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

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

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

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

protected void SetDocument(
	int value
)

Parameters

value
Type: SystemInt32
The document to set
Exceptions

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

Reference