EptFieldSpecificationToString Method (EPTXmlParser) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Resolves string content.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string ToString(
	EPTXmlParser xmlParser
)

Parameters

xmlParser
Type: ContentStudio.Document.EPTEPTXmlParser
An EPTXmlParser to resolve the text from. If this parameter is null this method return the value of ToString.

Return Value

Type: String
If FixedText is specified, FixedText; otherwise, the value of FieldName in the supplied EPTXmlParser if it exists; otherwise, EmptyText.
See Also

Reference