IFileSystemServiceGetCheckedOutReferences Method (ICollectionGuid)

Gets items which are currently checked-out to the caller and referenced by at least one of the specified items.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<Guid, ICollection<Guid>> GetCheckedOutReferences(
	ICollection<Guid> entityIds
)

Parameters

entityIds
Type: System.Collections.GenericICollectionGuid
The entity IDs.

Return Value

Type: IDictionaryGuid, ICollectionGuid
A dictionary (keyed by entity ID), containing the corresponding collection of items referenced by that entity.
Exceptions
ExceptionCondition
ArgumentNullExceptionentityIds is .
InvalidOperationExceptionOne or more of the specified IDs refers to an entry which is not an entity.
NoPrivilegeExceptionThe caller does not have Read access to one or more of the specified entries.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also