UserGroupManagerGetObjectsStartWith Method

Find objects from specified domain container starting with specified string

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find objects from specified domain container starting with specified string")]
public List<DomainObject> GetObjectsStartWith(
	Guid domainId,
	Guid containerId,
	string startWith
)

Parameters

domainId  Guid
 
containerId  Guid
 
startWith  String
 

Return Value

ListDomainObject

See Also