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

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

This method invokes the component and writes its content into the specified stream

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void Invoke()
Exceptions

ExceptionCondition
CSInvalidSessionExceptionThe session is invalid.
CSInvalidParameterExceptionThe document id was negative.
CSDocumentNotFoundExceptionThe document could not be found.
ApplicationExceptionEither the document is not published or permission is denied.
SqlExceptionAn error occured when executing the command against the Content Studio database
Content Studio permissions

BROWSE permission on the object is required and anonymous callers are supported.
See Also

Reference