InternalServiceFindUserObject Method

Definition

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

Parameters

name  String
 
email  String
 
withDomainGroups  Boolean
 

Return Value

ListADAMObject

See Also