IFileSystemService.CheckIn Method (Guid, String) |
Checks in 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 (25.1.0.1000)
SyntaxCheckInResult CheckIn(
Guid id,
string? comment
)
Function CheckIn (
id As Guid,
comment As String
) As CheckInResult
CheckInResult^ CheckIn(
Guid id,
String^ comment
)
abstract CheckIn :
id : Guid *
comment : string -> CheckInResult
Parameters
- id
- Type: System.Guid
The ID of the entity or folder to check in. - comment
- Type: System.String
A comment describing the check-in (or null if there is no comment).
Return Value
Type:
CheckInResultAn object describing the result of the operation.
Exceptions
See Also