System workflow have a special behavior. It cannot be deleted and new states cannot be added

Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsSystem { get; internal set; }
Visual Basic
Public Property IsSystem As Boolean
	Get
	Friend Set

See Also