CommonDatabaseFunctionsGetNextProcessDisplayOrder Method

Gets next Process DisplayOrder. If processDisplayOrder is provided - it will return a next free value.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetNextProcessDisplayOrder(
	Uri oDataUri,
	string processDisplayOrder = ""
)

Parameters

oDataUri  Uri
Uri of OData service
processDisplayOrder  String  (Optional)
Process display order we should find next free value for.

Return Value

String
Next value of process display order

See Also