CSSyncronizedDocumentCheckIn Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Checks in the document.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected void CheckIn()
Exceptions

ExceptionCondition
CSException
  • 1001 - Session is invalid
  • 1002 - Permission denied
  • 1805 - The document does not support this functionality.
  • 1808 - Failed to check in the document. It must be checked the same person that holds it checked out.
  • 1807 Failed to check in the document. The document is already checked in.
  • 1823 No valid content that could be checked in could be found.
SqlExceptionAn error occurred when executing the command against the Content Studio database
Content Studio permissions

Only the person that has holds the document checked out can check it in.
See Also

Reference