EPTXmlParserGet 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 associated with the specified field from the 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(
	string name
)

Parameters

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

Return Value

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

Reference