Click or drag to resize

IWorkflowManagerGetWorkflowReport Method



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

Parameters

count  Int32

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

pageSize  Int32  (Optional)

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

startIndex  Int32  (Optional)

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

wfDefId  String  (Optional)

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

sortField  String  (Optional)

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

sortOrder  Int32  (Optional)

[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

IEnumerableWorkflowReportItem

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

See Also