BCDocumentWorkflowGetPossibleStateUsers Method (DocumentWorkflowFlags, Boolean, Boolean) |
Returns an array containing user work list name and user full name for users
that have privileges in specified given 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,
bool userDatabaseUsers,
bool activeUsers
)
Public Function GetPossibleStateUsers (
state As DocumentWorkflowFlags,
userDatabaseUsers As Boolean,
activeUsers As Boolean
) As Array
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags. - userDatabaseUsers
- Type: SystemBoolean
A value indicating whether not to use names of all user context objects that exist in the vault. - activeUsers
- Type: SystemBoolean
A value indicating whether to return names of active users.
Return Value
Type:
Array
Returns an array containing user work list name and user full name for users
that have privileges in the specified state.
See Also