This method returns the total number of Content Items that are associated with the State

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

Syntax

C#
int GetContentWorkflowStateUsageCount(
	int stateId
)
Visual Basic
Function GetContentWorkflowStateUsageCount ( 
	stateId As Integer
) As Integer

Parameters

stateId
Type: System..::..Int32
State Id

Return Value

Total count of Content Items that are using the specified state

See Also