module:model/DocumentUpdateInfo

module:model/DocumentUpdateInfo

new module:model/DocumentUpdateInfo()

Source:

Constructs a new DocumentUpdateInfo.

Members

(inner) data :String

Source:
Type:
  • String

(inner) documentId :String

Source:

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.

Type:
  • String

(inner) documentSecurityStore :module:model/DocumentSecurityStore

Source:
Type:

(inner) name :String

Source:
Type:
  • String

(inner) returnFormat :String

Source:
Type:
  • String

(inner) signatureDataInfos :Array.<module:model/SignatureDataInfo>

Source:
Type:

(inner) timeStampField :module:model/TimeStampField

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/DocumentUpdateInfo}

Source:

Constructs a DocumentUpdateInfo from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/DocumentUpdateInfo

Optional instance to populate.

Returns:

The populated DocumentUpdateInfo instance.

Type
module:model/DocumentUpdateInfo