Skip to main content

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

NameValue
NotChanged0
Created1
Edited2
Deleted3

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.