EPTXmlTextParserSetCategory Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets the category id of this instance. This value can only be set if the CategoryID property is zero.

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

protected void SetCategory(
	int value
)

Parameters

value
Type: SystemInt32
The category to set
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value argument is below zero.
InvalidOperationExceptionThe value has already been set.
See Also

Reference