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
)

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: CheckInResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionids is .
ArgumentOutOfRangeExceptioncomment was longer than CheckInCommentMaxLength.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
Attempting to check in an entry which is already checked in is valid, and will not result in any error.
See Also