EPTXmlParserGet Method (Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the values at the specified index of the EPT field collection combined into one comma-separated list.

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

public virtual string Get(
	int index
)

Parameters

index
Type: SystemInt32
The ordinal number of the field to return.

Return Value

Type: String
A string that contains a comma-separated list of the values at the specified index of the the EPT field collection, if found; otherwise, null.
See Also

Reference