Click or drag to resize

UserGroupManagerGetObjectsStartWith Method

Find objects from specified domain container starting with specified string

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DomainObject> GetObjectsStartWith(
	Guid domainId,
	Guid containerId,
	string startWith
)

Parameters

domainId
Type: SystemGuid
containerId
Type: SystemGuid
startWith
Type: SystemString

Return Value

Type: ListDomainObject
See Also