Click or drag to resize

BCDocumentWorkflowGetPossibleStateUsers Method (DocumentWorkflowFlags)

Returns an array containing the user and user group names that have privileges in the specified state.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public Array GetPossibleStateUsers(
	DocumentWorkflowFlags state
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags.

Return Value

Type: Array
The array containing the user and user group names that have privileges in the specified state.
See Also