Click or drag to resize

UserGroupManagerGetUsersAndGroupsAllowedToMakeOperations Method

Return users and groups allowed to perform specified operations

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

Parameters

operations
Type: FileHold.CommonOperations

Return Value

Type: ListADAMObject
See Also