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
)
Function CheckOut (
id As Guid
) As CheckOutResult
CheckOutResult^ CheckOut(
Guid id
)
abstract CheckOut :
id : Guid -> CheckOutResult
Parameters
- id
- Type: SystemGuid
The ID of an entity or folder to check out.
Return Value
Type:
CheckOutResultAn object describing the result of the operation.
Exceptions 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