Gets next Process DisplayOrder. If processDisplayOrder is provided - it will return a next free value.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string GetNextProcessDisplayOrder( Uri oDataUri, string processDisplayOrder = "" )
Parameters
- oDataUri
- Type: SystemUri
Uri of OData service - processDisplayOrder (Optional)
- Type: SystemString
Process display order we should find next free value for.
Return Value
Type: StringNext value of process display order
See Also