| BCDocumentWorkflowGetPossibleStateUsers Method (DocumentWorkflowFlags) |
Returns an array containing the user and user group names
that have privileges in the specified state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic Array GetPossibleStateUsers(
DocumentWorkflowFlags state
)
Public Function GetPossibleStateUsers (
state As DocumentWorkflowFlags
) As Array
public:
Array^ GetPossibleStateUsers(
DocumentWorkflowFlags state
)
member GetPossibleStateUsers :
state : DocumentWorkflowFlags -> Array
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