Specifies whether a document, while in a given lifecycle state (as defined by its document lifecycle policy), can be demoted (
) or not (
). A value of
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; } |
C++ |
---|
property Nullable<bool> CanBeDemoted abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_CanBeDemoted(); /** property */ public void set_CanBeDemoted(Nullable<bool> value); |
JScript |
---|
public function get CanBeDemoted() : Nullable<bool> public function set CanBeDemoted(value : Nullable<bool>); |
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