Document
WITH-entry.
Parameters:
- Ref - a reference value identifying the object.
Fields:
- Self - a reference value referring to the object itself.
- Name - the name of the object.
- FolderRef - refers to the folder containing the object; refer to the Folder subentryfor more information.
- LockedByRef - refers to the user who holds a lock on the object; refer to the LockedBy subentry for more information.
- DocType - a Unicode text string of the value 'MODELDOC', 'INCLUDEDOC' or 'STYLEDOC'.
- HasModel - '1' if there is a model for this document, '0' otherwise.
- ModelRef - refers to the associated model; refer to the Model subentry for more information.
- FileExt - text with this file extension for the document (commonly "doc").
- LastRevisionNr - a text value indicating the most recently dispensed revision number.
- CurrentRevisionRef - refers to the current revision; refer to the CurrentDocRevision subentry for more information.
- EditRevisionRef - refers to the in-development revision; refer to the InDevelopmentDocRevision subentry for more information.
- Description - the description of the object.
- AssignmentListRef - the assignment list defining the authorization for this document.
- Limbo - a '0' indicates an available object, a '1' indicates that the object is marked for deletion.
WITH-Subentries:
- Folder - the folder containing the object.
- LockedBy - the user holding a lock on the object.
- CurrentDocRevision - the current revision of the object.
- InDevelopmentDocRevision - the revision currently being developed.
- Model - the model of this (model-) document.
- AssignmentList - the assignment list defining the authorization for this document.
FORALL-Subentries:
- DocRevisions - the revisions of this object.
- Labels - the labels that this object holds - i.e., that are assigned to one of its revisions.
- Characteristics - the characteristics attached to this object.
- IncludedBy - the document revisions that include this document.
- ImportedBy - The ActionRuns that represent actions that imported this object.
- ExportedBy - The ActionRuns that represent actions that exported this object.