EPTXmlEditableParserSet Method (String, Int32, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets the value of an entry in the EPT field collection.

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

public virtual void Set(
	string name,
	int fieldIndex,
	string newValue
)

Parameters

name
Type: SystemString
The field to change
fieldIndex
Type: SystemInt32
The ordinal index among all fields sharing the same name
newValue
Type: SystemString
The new value to set for the fieldIndex field
Exceptions

ExceptionCondition
ArgumentNullExceptionEither the name or newValue is null
ArgumentOutOfRangeExceptionThe fieldIndex is out of bounds - or the name is Empty.
See Also

Reference