InternalServiceExpandAllToMembersV2 Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute]
public List<ADAMObject> ExpandAllToMembersV2(
	Guid[] objectIds,
	bool excludeSupportUsers,
	bool sortByName
)

Parameters

objectIds  Guid
 
excludeSupportUsers  Boolean
 
sortByName  Boolean
 

Return Value

ListADAMObject

See Also