Click or drag to resize
AddFolderEntityJson Class
List information when adding a user to a workspace.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonAddFolderEntityJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class AddFolderEntityJson : BaseJson

The AddFolderEntityJson type exposes the following members.

Constructors
  NameDescription
Public methodAddFolderEntityJson
Initializes a new instance of the AddFolderEntityJson class
Top
Properties
  NameDescription
Public propertyDescription Obsolete.
Set description (only for groups) relevant only if permittedEntity is a roomGroup
Public propertyEmailMessage
Public propertyEmailSubject
Public propertyFolderPathOrId
Path or id for the folder to be changed, if not supplied the root folder will be assumed
Public propertyGroupMembers Obsolete.
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
Public propertyIdentifier Obsolete.
Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. relvant only if permittedEntity is a roomGroup
Public propertyIncludeAllSubItems
Public propertyIsDefaultEntity
Set if the entity is default for workspace
Public propertyIsSendMail
Public propertyNewPermissions
Workspace permissions
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermittedEntity Obsolete.
Single entity to add.
Public propertyRole
The new role in the workspace.
Public propertyRoomEntities
Public propertyRoomGroups
Public propertyRoomGuid
Guid of the workspace
Public propertyRoomId
Id of the workspace
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also