Click or drag to resize
PermissionFromUserJson Class
A permission from a user
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonPermissionFromUserJson

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

The PermissionFromUserJson type exposes the following members.

Constructors
  NameDescription
Public methodPermissionFromUserJson
Initializes a new instance of the PermissionFromUserJson class
Top
Properties
  NameDescription
Public propertyComment
Is comment allowed.
Public propertyCopy
Flag indicating that copying the file is allowed.
Public propertyDefaultExpirationDays
The Amount of days to have files available for workspace default permissions. You may decide that files uploaded will only be available for a certain amount of days after their upload, to this entity.
Public propertyDownload
Public propertyDownloadOriginal
Flag indicating that downloading original file is allowed.
Public propertyEdit
Flag indicating that editing the file is allowed.
Public propertyExpirationDate
Expiration date for permissions.
Public propertyNeverExpires
True if this never expires, False if not
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPrint
Flag indicating that printing the file is allowed.
Public propertyProgAccess
Is programmatic access allowed.
Public propertySpotlight
Flag indicating the spotlight is on.
Public propertyWatermark
Flag indicating the watermark is on.
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