About property descriptions
Publish Requests
A collection of the publish requests active for this document. Note that
there is no cascade delete action defined for this property. If a document
is deleted for some reason before a publish request is serviced, that
publish request will enter the error state when it is serviced.
Meta-properties:
- Object, Enum
- Required class = PublishRequest
- Reflective Property Id = InputDocument
- SourceDocumentDependentOf = The source document that
this document is published from and is dependent on. If this property
is set then SourceDocumentNonDependentOf should not be set.
Meta-properties:
- Object, scalar
- Is Read Only = true
- Settable Only On Create = true
- Required class = Document
- Reflective Property Id = DependentDestinationDocuments
- SourceDocumentNonDependentOf = The source document that
this document is published from but is not dependent on. If this property
is set then SourceDocumentDependentOf should not be set.
Meta-properties:
- Object, scalar
- Is Read Only = true
- Settable Only On Create = true
- Required class = Document
- Reflective Property Id = NonDependentDestinationDocuments
- DependentDestinationDocuments = Reflective property
to SourceDocumentDependentOf. This property enforces the behavior
that when the source document is deleted, its dependent documents
are deleted as well.
Meta-properties:
- Object, Enum
- Required class = Document
- Reflective Property Id = SourceDocumentDependentOf
- Deletion action = CASCADE
- NonDependentDestinationDocuments
- Reflective property to SourceDocumentNonDependentOf.
Meta-properties:
- Object, Enum
- Required class = Document
- Reflective Property Id = SourceDocumentNonDependentOf
Publishing
Contains information describing the publication document. This information
lives with each destination document. This is in the form of an XML document.
The following information is included:
- The Style Template used to publish a document
- The Publish Template used if any.
- If a publish template was used, the version series of
the publish template. If a document is republished, the current version
of the publish template will be used.
- The original destination folder. This would be used
in a republishing using the Replace option to file the document in
the same folder in which it was filed originally. When republishing
using the Version option we may leverage the dynamic containment capability
of folders in some way.
Meta-properties:
- Binary
- Is Read Only = true
- Settable Only On Create = true