XmlFilter Constructor (CategoryId) 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 is only used when this object is used as argument to a remote filtering method that accepts it. When using this constructor you cannot call the Filter method unless you are in an HttpContext or the properties for ConnectionId and SessionId are set.

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

public XmlFilter(
	CategoryId categoryId
)

Parameters

categoryId
Type: ContentStudio.DocumentCategoryId
An EPT category to filter on. This value must be 1 or higher.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptioncategoryId has a value below 1.
See Also

Reference