XmlFilter Constructor (ConnectionId, SessionId, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new instance of the XmlFilter class that can be used to perform a query against the Content Studio Xml index. No validation of the parameters against Content Studio is done in this constructor.

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

public XmlFilter(
	ConnectionId connectionId,
	SessionId sessionId,
	int categoryId
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site. This value cannot be below 1.
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId). SessionId can be 1 when representing an anonymous caller or any value higher than 999 or equal to, 1000 (which is the lowest value an authenticated user session can have).
categoryId
Type: SystemInt32
The category to filter on. This must be an EPT document category or the filter operation will fail.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionA parameter has an invalid value.
See Also

Reference