IFileSystemServiceCheckIn 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 (24.3.0.1000)
Syntax
CheckInResult CheckIn(
	Guid id,
	string comment
)

Parameters

id
Type: SystemGuid
The ID of the entity or folder 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
ArgumentExceptionid is Empty.
ArgumentOutOfRangeExceptioncomment was longer than CheckInCommentMaxLength.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also