Public Properties
Name | Description | |
---|---|---|
![]() |
AuditedEvents | An collection of the objects containing the audited events that have occurred for the object. |
![]() |
CurrentVersion | Specifies a document version that represents the latest checked-in version associated with this document or version series. The current version can be either a major version or a minor version. |
![]() |
Id | A representation of the Globally Unique Identifier (GUID), a unique 128-bit number, that is assigned to this Content Engine object when the object is created. When converted to a string, the Id property is typically depicted as 32 hexadecimal characters enclosed by brackets in the following format: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. For example, {3F2504E0-4F89-11D3-9A0C-0305E82C3301}. For For a given property representation, the Id property has the following characteristics:
For a newly created document object, you can override the Id property of its associated |
![]() |
IsReserved | For a object, specifies whether a user has reserved the right to check in the next version following this document version ( ) or not ( ). For a object, specifies whether the current version in this version series is checked out ( ) or not ( ). |
![]() |
IsVersioningEnabled | Specifies whether you can create a new version of this object ( ) or not ( ). |
![]() |
ReleasedVersion | Specifies a document version that represents the latest released version associated with this document or version series. A released version is a major version that has a property value of . Note that only one document version at a time in a given version series can be in the released state. |
![]() |
Reservation | Specifies the reservation object of this object's version series, which has a property value of . A reservation object is created by the server when you check out a document, which you can modify and check in as a new version of that document. |
![]() |
Versions | Specifies a object that contains all of the document versions associated with this document or version series. |
![]() |
WorkflowSubscriptions | The IInstanceWorkflowSubscriptionSet object containing the IInstanceWorkflowSubscription objects whose target is this object. |