Click or drag to resize
DocumentPermissionRequestsResultsJson Class
Result from a pending permission request
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonDocumentPermissionRequestsResultsJson

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

The DocumentPermissionRequestsResultsJson type exposes the following members.

Constructors
  NameDescription
Public methodDocumentPermissionRequestsResultsJson
Initializes a new instance of the DocumentPermissionRequestsResultsJson class
Top
Properties
  NameDescription
Public propertyContentType
Public propertyFolderGuid
Folder Guid
Public propertyFolderId
Folder id
Public propertyFolderPath
Folder path
Public propertyGuid
Signed GUID of a file, created by the server.
Public propertyLastModifiedDate
When the file was last modified
Public propertyName
file name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermissionRequests
List of permission requests
Public propertyRoomId
Workspace id
Public propertyRoomName
Workspace name
Public propertySize
Size of the file
Public propertyUploadedBy
Who uploaded the file
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