SecureDownloadInvoke 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.Security
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void Invoke()
Exceptions

ExceptionCondition
CSException
  • The document is not published
  • A business rule was violated in the underlying Content Studio database
CSPermissionDeniedExceptionThe caller has no permission to perform the requested action
CSInvalidSessionExceptionThe session is invalid
CSDocumentNotFoundExceptionThe document could not be found
SqlExceptionAn error occured when executing the command against the Content Studio database
Content Studio permissions

BROWSE permission on the document is required.
See Also

Reference