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

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

Gets the entry at the specified index of the 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[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the entry to locate in the collection.

Return Value

Type: String
A System.String that contains the comma-separated list of values at the specified index of the collection.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionindex is outside the valid range of indexes for the collection.
See Also

Reference