CMSAbstractTransformation EvalText Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodEvalText(String)
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Overrides AbstractUserControl EvalText(String).)
Public methodEvalText(String, Boolean)
Evaluates the item data, encodes it and optionally localizes it. Method should be used for columns with string nonhtml content.
(Overrides AbstractUserControl EvalText(String, Boolean).)
Back to Top
See Also