Click or drag to resize

UserGroupManagerGetObjectsContains Method

Find objects from specified domain container containing specified string

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

Parameters

domainId
Type: SystemGuid
containerId
Type: SystemGuid
condition
Type: SystemString

Return Value

Type: ListDomainObject
See Also