InsertFilteredDocuments20Invoke 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 default response 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
A Stream that this method writes its content to. Use null (Nothing in Visual Basic) to write to the default Response Stream.
categoryId
Type: SystemInt32
The category ID to filter from
See Also

Reference