IWorkStateIsActive Property
|
Gets and sets whether this workstate is active.
The CMS uses this property to filter inactive
Pages from a
user's assignments pane. If a the workstate page currently on is not active, a user won't see it in the assignments pane.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsActive { get; set; }
Property IsActive As Boolean
Get
Set
property bool IsActive {
bool get ();
void set (bool value);
}
abstract IsActive : bool with get, set
Property Value
Type:
BooleanSee Also