Indicates if the state is a system state. System states (i.e.: Draft, Published) have a special behavior. They cannot be deleted or moved.
Namespace: DotNetNuke.Entities.Content.Workflow.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public bool IsSystem { get; internal set; } |
Visual Basic |
---|
Public Property IsSystem As Boolean Get Friend Set |