XmlFilterObject Constructor 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 XmlFiltering class.

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

protected XmlFilterObject(
	int categoryId
)

Parameters

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

ExceptionCondition
ArgumentOutOfRangeExceptioncategoryID has a value below 1.
See Also

Reference