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

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

The ResolveActionForIManageDocumentPermissionRequestJson type exposes the following members.

Constructors
  NameDescription
Public methodResolveActionForIManageDocumentPermissionRequestJson
Initializes a new instance of the ResolveActionForIManageDocumentPermissionRequestJson 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 propertyItemId
The Imanage item id for the document
Public propertyMessageToSend
Email message to send
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
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