Click or drag to resize
PermissionsToUserJson Class
Permissions to a user
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonPermissionsToUserJson

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

The PermissionsToUserJson type exposes the following members.

Constructors
  NameDescription
Public methodPermissionsToUserJson
Initializes a new instance of the PermissionsToUserJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
Internal flag, do not send it with your request.
Public propertyComment
Is comment on.
Public propertyCopy
Is copy allowed.
Public propertyDefaultExpirationDays
The Amount of days to have files available for VDR default permissions. In the context of VDR default permissions, giving a specific expiration date for default permissions is not supported. However you may decide that files uploaded will only be available for a certain amount of days after their upload.
Public propertyDownload
Is download protected allowed.
Public propertyDownloadOriginal
Is download original allowed.
Public propertyEdit
Is edit allowed.
Public propertyExpirationDate
Expiration date of the permission set (default: 1 month) (JSON format)
Public propertyLatestChangeDate
Date of latest change
Public propertyMinExpirationDate
Minimum expiration date
Public propertyNeverExpires
Never expires
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOriginalComments
The original value of comment permission
Public propertyPinRequired
Requires pin in order to view
Public propertyPrint
Is print allowed.
Public propertyProgAccess
Is programmatic access allowed.
Public propertySpotlight
Is spotlight on.
Public propertyWatermark
Is watermark 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