Click or drag to resize

UserGroupManagerGetAllUsersAllowedToMakeOperations Method

Returns list of all user allowed to perform at least one from specified operations

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> GetAllUsersAllowedToMakeOperations(
	Operations[] operations
)

Parameters

operations
Type: FileHold.CommonOperations

Return Value

Type: ListADAMObject
See Also