ContentStatus
The ContentStatus
enum defines the possible states of content within the system, indicating whether it has been modified, created, or deleted.
Accepted Values
Name Value NotChanged 0 Created 1 Edited 2 Deleted 3
This enumeration is used to track the current state of content items in the system, helping to determine what actions have been performed on the content.