Gets or sets the Content Workflow State ID.

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

Syntax

C#
[XmlIgnoreAttribute]
public int StateID { get; set; }
Visual Basic
<XmlIgnoreAttribute> 
Public Property StateID As Integer
	Get
	Set

Field Value

The Content Workflow State ID.

See Also