Specifies whether a document, while in a given lifecycle state (as defined by its document lifecycle policy),
can be demoted (true) or not (false). A value of true indicates
that a document's lifecycle state can be changed to the previous state that is defined by its document lifecycle policy.
Namespace:
FileNet.Api.Events
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property CanBeDemoted As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> CanBeDemoted { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> CanBeDemoted { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_canBeDemoted(); function set_canBeDemoted(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ