Click or drag to resize
CMSAbstractTransformationEvalCDATA Method (String, Boolean)
Evaluates the item data and return escaped CDATA.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual Object EvalCDATA(
	string columnName,
	bool encapsulate
)

Parameters

columnName
Type: SystemString
Column name
encapsulate
Type: SystemBoolean
Indicates if resulting string will be encapsulated in CDATA section

Return Value

Type: Object
See Also