IFileSystemServiceCheckOut Method (ICollectionGuid)

Checks out entities and/or folders with the specified IDs.

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(
	ICollection<Guid> ids
)

Parameters

ids
Type: System.Collections.GenericICollectionGuid
The IDs of the entities and/or folders to check out.

Return Value

Type: CheckOutResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionids is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If one of the specified IDs 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