[This is preliminary documentation and is subject to change.]

The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument
Initializes a new instance of the Document class

Fields

  NameDescription
Public fieldActiveDateTime
Active Date
Public fieldAffectedDocumentID
ID of the Affected Document
Public fieldApprovalNotes
A collection of document approval notes.
Public fieldApproverNotesCount
Number of Approver Notes
Public fieldApprovers
A collection of document approvers.
Public fieldApproversCount
Number of Approvers
Public fieldAttachmentName
Name of Attachment
Public fieldAuthorPersonID
ID of the Document author If a value is not assigned to this, the user associated with the authentication token will be assigned as the Author.
Public fieldAuthorPersonName
Name of the Document author
Public fieldBrokenRulesCollection
A collection of broken rules on the object.
Public fieldCanAcknowledgeReceipt
boolean indicating whether receipt of Document can be acknowledged
Public fieldCanDistribute
boolean indicating whether the Document can be distributed
Public fieldCanRespond
boolean indicating whether response to Document is allowed
Public fieldChangeAttachmentName
Change Attachment Name
Public fieldChangeDetails
Change Details
Public fieldChangeRequestsCollection
Change Requests associated with this Document
Public fieldChangeRequestsCount
Number of Change Requests
Public fieldCopyHoldersCollection
Copy Holders associated with this Document
Public fieldCopyHoldersCount
Number of Copy Holders
Public fieldCreatedByPersonID
ID of the person who created the Document
Public fieldDoCheckIn
DoCheckIn
Public fieldDocumentAttachment
Public fieldDocumentDeleted
boolean indicating whether Document has been deleted
Public fieldDocumentID
ID of the Document
Public fieldDocumentNotesCollection
Notes associated with Document
Public fieldDocumentRelatedDepartmentID
ID of Related Department
Public fieldDocumentRelatedDepartmentsCollection
Departments related to this Document
Public fieldDocumentRelatedDocumentsIDs
IDs of Related Documents
Public fieldDocumentRelatedProcessesCollection
Processes related to this Document
Public fieldDocumentRelatedStandardsCollection
Standards related to this Document
Public fieldDocumentReviewsCollection
Document Reviews associated with this Document
Public fieldDocumentTypeDescription
Description of Document Type
Public fieldDocumentTypeID
This is a mandatory field. ID of Document Type. possible values can be obtained via the GetManagedList() method of the Core service.
Public fieldFriendlyName
FriendlyName
Public fieldHasAttachedFiles
boolean indicating whether Document has files attached
Public fieldHasDraftRevision
boolean indicating whether Document has a draft revision
Public fieldHasDraftText
Draft Text
Public fieldID
ID
Public fieldImplementByDateTime
Implement By Date
Public fieldIsCheckedOut
boolean indicating whether Document is checked out
Public fieldIsOnlyVisibleToAuthor
boolean indicating whether document is only visible to Author
Public fieldKeywords
Keywords
Public fieldLastCycleStatusID
ID of Last Cycle Status
Public fieldNumber
This is a mandatory field. Document Number. If this isn't specified, a Document Number will be generated based on the Document Type specified.
Public fieldOwnerPersonID
ID of the Document owner. If a value is not assigned to this, the user associated with the authentication token will be assigned as the Owner.
Public fieldOwnerPersonName
Name of the Document owner
Public fieldPersonTrainingEventRenewBy
date to renew Person Training events by
Public fieldRenewPeronTrainingEvents
boolean indicating whether to renew Person Training events
Public fieldReviewDateTime
Review Date
Public fieldReviewsCount
Number of reviews
Public fieldRevisionID
Public fieldRevisionIDs
IDs of the Revisions associated with this Document. Use GetRevision() Service method to fetch the Revision.
Public fieldRevisionReference
Document Revision Reference. This is assigned a default value.
Public fieldStatus
Status info related to Document
Public fieldStatusName
Status Name
Public fieldSubmissionDateTime
Submission Date
Public fieldTitle
Title
Public fieldUserDefinedField1Description
UserDefinedField1 Description
Public fieldUserDefinedField1ID
UserDefinedField1 ID
Public fieldUserDefinedField2Description
UserDefinedField2 Description
Public fieldUserDefinedField2ID
UserDefinedField2 ID
Public fieldUserDefinedField3Description
UserDefinedField3 Description
Public fieldUserDefinedField3ID
UserDefinedField3 ID
Public fieldUserDefinedField4Description
UserDefinedField4 Description
Public fieldUserDefinedField4ID
UserDefinedField4 ID
Public fieldUserDefinedField5PersonID
UserDefinedField5 Person ID
Public fieldUserDefinedField5PersonName
UserDefinedField5 Person Name
Public fieldVersion

See Also