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

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

Returns an array of all values that exists for a field

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

public virtual string[] GetValues(
	int index
)

Parameters

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

Return Value

Type: String
A string array that contains the values associated with the specified name from the EPT field collection, if found; otherwise, null.
See Also

Reference