UserGroupManagerGetFileholdGroupsExcluding Method

Return FileHold groups excluding those with given permissions. This method only return basic properties which are relevant to FileHold groups, including ID, name, role and description.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return FileHold groups excluding those with given permissions")]
public List<ADAMObject> GetFileholdGroupsExcluding(
	Operations[] operations
)

Parameters

operations  Operations
 

Return Value

ListADAMObject

See Also