Click or drag to resize
CreateNewIManageDocumentJson Class
Information for creating imanage document
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonCreateNewIManageDocumentJson

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

The CreateNewIManageDocumentJson type exposes the following members.

Constructors
  NameDescription
Public methodCreateNewIManageDocumentJson
Initializes a new instance of the CreateNewIManageDocumentJson class
Top
Properties
  NameDescription
Public propertyDeviceType
The device type
Public propertyDocumentName
The document name
Public propertyMailMessage
Mail message
Public propertyMailSubject
Mail subject
Public propertyModifiedDate
The modified date
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyOpenForAllRoom
This variable indicates this file should be open to all present and future workspace entities.
Public propertyParentItemId
The imanage item id of the parent folder which the document will be in
Public propertySendMail
Send mail to workspace owner
Public propertySuggestNewNameWhenAlreadyExists
If need to suggest new name if name already exists
Public propertyWorkspaceGuid
The workspace guid
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