Click or drag to resize
PermissionsToUserForGetPermissionsJson Class
Permission to a user for getting permissions
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonPermissionsToUserForGetPermissionsJson

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

The PermissionsToUserForGetPermissionsJson type exposes the following members.

Constructors
  NameDescription
Public methodPermissionsToUserForGetPermissionsJson
Initializes a new instance of the PermissionsToUserForGetPermissionsJson class
Top
Properties
  NameDescription
Public propertyAccessLevel
Internal flag, do not send it with your request.
Public propertyComment
Is comment allowed.
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 propertyPinRequired
Requires pin in order to view
Public propertyPrint
Is print allowed.
Public propertyProgAccess
Is programmatic access allowed.
Public propertyRevoked
If permission were revoked.
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