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

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

Gets 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 override string this[
	string name
] { get; set; }

Parameters

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

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.
Remarks

If the collection is read only an ArgumentOutOfRangeException will be thrown if an attempt is made to set a value.
See Also

Reference