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; }
C++
property Nullable<bool> CanBeDemoted abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_CanBeDemoted();

/** property */
public void set_CanBeDemoted(Nullable<boolvalue);
JScript
public function get CanBeDemoted() : Nullable<bool>

public function set CanBeDemoted(value : Nullable<bool>);

Remarks

See Also