EPTXmlParserGetValues Method (String) 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 field of the EPT field collection.

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

public virtual string[] GetValues(
	string name
)

Parameters

name
Type: SystemString
The string field name of the entry that contains the values to get. The name can be null.

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