ScriptFilteredDocumentsInvoke Method (Stream, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Invokes the component and writes its content into the specified stream.

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

public void Invoke(
	Stream stream,
	int categoryId
)

Parameters

stream
Type: System.IOStream
Stream to write to. Set to null to write to the current response Stream.
categoryId
Type: SystemInt32
Category ID for the XML filter query.
See Also

Reference