Click or drag to resize

ContainerManagerGetContainer Method

Returns the container (including container items) that matches the given ID.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<PsrContainer> GetContainer(
	Guid containerId
)

Parameters

containerId
Type: SystemGuid

Return Value

Type: TaskPsrContainer
See Also