Click or drag to resize
GetInfoUnauthDocumentResultJson Class
Result from getting informaton about an unauthorized file
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonGetInfoUnauthDocumentResultJson

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

The GetInfoUnauthDocumentResultJson type exposes the following members.

Constructors
  NameDescription
Public methodGetInfoUnauthDocumentResultJson
Initializes a new instance of the GetInfoUnauthDocumentResultJson class
Top
Properties
  NameDescription
Public propertyAnnotatingUser
Public propertyContentType
Public propertyCreationDate
Date of creation.
Public propertyDeleteDate
Public propertyDocumentCurrentVersion
A json which represents the current version of the file
Public propertyEditorUrl
URL to edit the document using Wopi
Public propertyGuid
Signed GUID of a file, created by the server.
Public propertyLastUpdated
Date of creation or last update of the file.
Public propertyModifiedDate
Date of modified.
Public propertyName
File name
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOnlineEditorUrl
Public propertyOriginalSize
Original size of file (bytes)
Public propertySender
Sender's email address
Public propertySimplyShared
Indicates that the file is available for download without authentication If false, all other fields might be invalid
Public propertyViewerUrl
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