IFileSystemServiceTransferCheckOut Method

Change the account to which an entity is checked-out.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void TransferCheckOut(
	Guid entityId,
	Guid accountId
)

Parameters

entityId
Type: SystemGuid
The ID of the entity.
accountId
Type: SystemGuid
The ID of the account to which the check-out should be transferred.
Exceptions
ExceptionCondition
ArgumentException

entityId is Empty.

-or-

accountId is Empty.

NotFoundException

The entity does not exist.

-or-

The account does not exist.

InvalidOperationException

The account specified by accountId is a Group account.

-or-

The file specified by entityId is a sub-entry.

-or-

The file specified by entityId is not an entity.

-or-

The file specified by entityId is not checked out.

NoPrivilegeException

The caller does not have administrative privileges.

-or-

The caller belongs to a tenant but the specified entity or account do not belong to that tenant, or the entity is not currently checked out to someone from that tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also