DMContentStatus
The DMContentStatus
enum defines the possible states of a document management content item, indicating whether it has been modified, created, edited, or deleted. This enumeration is used to track changes to document content throughout its lifecycle in the document management system.
Accepted Values
Name Value NotChanged 0 Created 1 Edited 2 Deleted 3
The DMContentStatus enum defines the possible states of a document management content item, indicating whether it has been modified, created, edited, or deleted. This enumeration is used to track changes to document content throughout its lifecycle in the document management system.