UserGroupManagerGetFileholdGroups Method

Return all available FileHold groups. This method only return basic properties which are relevant to FileHold groups, including ID, name, role, description and last modified date.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all available FileHold groups")]
public List<ADAMObject> GetFileholdGroups()

Return Value

ListADAMObject

See Also