Click or drag to resize

InternalServiceFindUserObject Method

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

Parameters

name
Type: SystemString
email
Type: SystemString
withDomainGroups
Type: SystemBoolean

Return Value

Type: ListADAMObject
See Also