Click or drag to resize

IWorkflowManagerGetWorkflowReport Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<WorkflowReportItem> GetWorkflowReport(
	out int count,
	int pageSize = -1,
	int startIndex = -1,
	string wfDefId = null,
	string sortField = "",
	int sortOrder = 0
)

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

startIndex (Optional)
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

wfDefId (Optional)
Type: SystemString

[Missing <param name="wfDefId"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

sortField (Optional)
Type: SystemString

[Missing <param name="sortField"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

sortOrder (Optional)
Type: SystemInt32

[Missing <param name="sortOrder"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

Return Value

Type: IEnumerableWorkflowReportItem

[Missing <returns> documentation for "M:Ingeniux.CMS.IWorkflowManager.GetWorkflowReport(System.Int32@,System.Int32,System.Int32,System.String,System.String,System.Int32)"]

See Also