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

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

Adds an entry with the specified name and value to the EPT field collection

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

protected virtual void BaseAdd(
	string name,
	string value
)

Parameters

name
Type: SystemString
The field of the entry to add. The name can be null.
value
Type: SystemString
The value to add. The value cannot be null
Exceptions

ExceptionCondition
ArgumentNullExceptionThe name cannot be null
ArgumentOutOfRangeExceptionThe name cannot be empty
See Also

Reference