Click or drag to resize

InternalServiceFindAllUserObjectStartWith Method

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

Parameters

name
Type: SystemString
lastName
Type: SystemString
login
Type: SystemString
email
Type: SystemString

Return Value

Type: ListADAMObject
See Also