Gets the highest ranking classification of the provided documents
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public static string GetHighestClassification( ActivityContext context, IEnumerable<string> recordIds )
Parameters
- context
- Type: System.ActivitiesActivityContext
The activity context. - recordIds
- Type: System.Collections.GenericIEnumerableString
The records from which the higest ranking classification will be found.
Return Value
Type: StringThe classification value.
See Also