IFileSystemServiceCheckIn Method (ICollectionGuid, String) |
Checks in entities 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 CheckInResult 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
- Type: System.Collections.GenericICollectionGuid
The IDs of one or more folders and/or entities to check in. - comment
- Type: SystemString
A comment describing the check-in (or if there is no comment).
Return Value
Type:
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