IFileSystemServiceCheckOut Method (Guid)

Checks out the entity or folder with the specified ID.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
CheckOutResult CheckOut(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of an entity or folder to check out.

Return Value

Type: CheckOutResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If id corresponds to a folder, all of that folder's descendants will be checked out. Attempting to check out an entry which is already checked out to the caller is valid, and will not result in any error.
See Also