IFileSystemServiceCheckIn(ICollectionGuid, String) Method |
Checks in entities with the specified IDs.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCheckInResult CheckIn(
ICollection<Guid> ids,
string? comment
)
Function CheckIn (
ids As ICollection(Of Guid),
comment As String
) As CheckInResult
CheckInResult^ CheckIn(
ICollection<Guid>^ ids,
String^ comment
)
abstract CheckIn :
ids : ICollection<Guid> *
comment : string -> CheckInResult Parameters
- ids ICollectionGuid
- The IDs of one or more folders and/or entities to check in.
- comment String
- A comment describing the check-in (or if there is no comment).
Return Value
CheckInResultAn object describing the result of the operation.
Exceptions
Remarks
Attempting to check in an entry which is already checked in is valid, and will not result in any error.
See Also