Open this page in the API Guide

IFileSystemService.GetCheckedOutReferences Method (Guid)

Gets referenced items which are currently checked-out to the caller.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<Guid> GetCheckedOutReferences(
	Guid entityId
)

Parameters

entityId
Type: System.Guid
The ID of the entity to check.

Return Value

Type: ICollection<Guid>
The IDs of all objects referenced by entityId which are currently checked-out to the caller (or created by the caller but never checked-in).
Exceptions
ExceptionCondition
ArgumentExceptionentityId is Empty.
NotFoundExceptionThe entry specified by entityId does not exist.
InvalidOperationExceptionentityId refers to an entry which is not an entity.
NoPrivilegeExceptionThe caller does not have permission to access the entry specified by entityId.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also