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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also