Click or drag to resize

UserGroupManagerGetObjectsFromContainer Method

Retrieve objects which belong directly to specified domain container and were not added to FileHold

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

Parameters

domainId
Type: SystemGuid
containerId
Type: SystemGuid

Return Value

Type: ListDomainObject
See Also