Click or drag to resize
ResolveActionForTransientDocumentPermissionRequestJson Class
Request to resolve and action on a file
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonResolveActionForTransientDocumentPermissionRequestJson

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

The ResolveActionForTransientDocumentPermissionRequestJson type exposes the following members.

Constructors
  NameDescription
Public methodResolveActionForTransientDocumentPermissionRequestJson
Initializes a new instance of the ResolveActionForTransientDocumentPermissionRequestJson class
Top
Properties
  NameDescription
Public propertyAction
Action to take
Public propertyApproveByAddingAsDirectUsers
Approve by adding as direct users
Public propertyApproveBySendCopy
Approve by send a copy
Public propertyExpirationDate
Expiration date
Public propertyGroupAddressToBeApprovedBy
Address of group to be approved by
Public propertyMessageToSend
Email message to send
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPath
File path
Public propertyPermissionTemplateToBeApprovedBy
Permission template to be approved by
Public propertyRequesters
List of permission requests
Public propertySendEmail
True if an email should be sent, False if not
Public propertySetNeverExpires
Set never expires
Public propertyWorkspaceUuid
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