Click or drag to resize
PermittedEntityWithPermissionsFromUserJson Class
Permitted entity with permissions from a user
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonPermittedEntityWithPermissionsFromUserJson

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

The PermittedEntityWithPermissionsFromUserJson type exposes the following members.

Constructors
  NameDescription
Public methodPermittedEntityWithPermissionsFromUserJson
Initializes a new instance of the PermittedEntityWithPermissionsFromUserJson class
Top
Properties
  NameDescription
Public propertyIsDefault
Will the entity be added to new files by default
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermissions
New permissions
Public propertyPermittedEntity
The entity to change
Public propertyRevokePermissions
Whether to revoke entity's permissions from existing files in the folder
Public propertyRole
For backwards compatibility - can be left null and this will leave the role unchanged.
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