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

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

Checks out the document.

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

protected void CheckOut()
Exceptions

ExceptionCondition
CSException
  • 1001 - Session is invalid
  • 1002 - Permission denied
  • 1804 - The document could not be found.
  • 1809 - The document is already checked out by %UserName%
  • 1811 - The document is protected.
  • 1820 - Can not check out the document. It has been sent for revision by %USERNAME%
  • 2115 - Workflow: Action not available for the caller.
InvalidOperationExceptionCannot check out a document that has not been loaded
SqlExceptionAn error occurred when executing the command against the Content Studio database
Content Studio permissions

WRITE permission on the object is required.
See Also

Reference