InternalServiceGetUserObjectsV2 Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute]
public List<ADAMObject> GetUserObjectsV2(
	string startsWith,
	string name,
	string email,
	bool withDomainGroups
)

Parameters

startsWith  String
 
name  String
 
email  String
 
withDomainGroups  Boolean
 

Return Value

ListADAMObject

See Also