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

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

Loads the document data into this instance

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

protected virtual void OpenDocument(
	bool loadContentData
)

Parameters

loadContentData
Type: SystemBoolean
Indicates whether the content related data should be returned or not. Set this parameter to false unless you really need any content data such as Introduction and MenuData
Exceptions

ExceptionCondition
CSPermissionDeniedExceptionThe caller has no permission to perform the requested action
CSInvalidSessionExceptionThe session is invalid
CSDocumentNotFoundExceptionThe document could not be found
SqlExceptionAn error occurred when executing the command against the Content Studio database
Content Studio permissions

BROWSE permission is required on the document.
See Also

Reference