EPTXmlParserItem Property (String) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

When implemented in inheriting classes gets or sets the entry with the specified key in the fields collection.

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

public abstract string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The System.String name of the entry to locate or set. The name can be null.

Property Value

Type: String
The new value to set

Return Value

Type: String
A System.String that contains the comma-separated list of values with the specified key, if found; otherwise, null.
Exceptions

ExceptionCondition
NotSupportedExceptionThe collection is read-only and the operation attempts to modify the collection.
See Also

Reference