Click or drag to resize
SubmitIManageVersionVdrJson Class

[Missing <summary> documentation for "T:BlackBerry.Workspaces.Json.SubmitIManageVersionVdrJson"]

Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonSubmitIManageVersionVdrJson

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

The SubmitIManageVersionVdrJson type exposes the following members.

Constructors
  NameDescription
Public methodSubmitIManageVersionVdrJson
Initializes a new instance of the SubmitIManageVersionVdrJson class
Top
Properties
  NameDescription
Public propertyDeviceType
The device type
Public propertyDocGuid
The document guid
Public propertyDocumentName
The name of the document
Public propertyItemId
The imanage item id for the document
Public propertyMailMessage
The mail message
Public propertyMailSubject
The mail subject
Public propertyModifiedDate
The modified date
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyParentItemId
The imanage item id for the parent folder where the document is under
Public propertySendMail
If email should be sent
Public propertyShowInformativeVersionGuidOutOfDateError
Preserves backwards-compatibility for pre-4.1.0 users
Public propertySuggestNewNameWhenAlreadyExists
If suggested new name should return if name 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