UserGroupManagerGetObjectsFromContainer Method

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

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieve objects which belong directly to specified domain container and were not added to FileHold")]
public List<DomainObject> GetObjectsFromContainer(
	Guid domainId,
	Guid containerId
)

Parameters

domainId  Guid
 
containerId  Guid
 

Return Value

ListDomainObject

See Also