Click or drag to resize
ContentTransformationFunctions Class
Functions for content macro methods.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineContentTransformationFunctions

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class ContentTransformationFunctions

The ContentTransformationFunctions type exposes the following members.

Constructors
  NameDescription
Public methodContentTransformationFunctions
Top
Methods
  NameDescription
Public methodStatic memberHasTags
Returns true if document has any/all of the specified tags.
Public methodStatic memberIsInCategories
Returns true if document is in one/all of selected categories.
Public methodStatic memberIsInRelationship
Returns true if document is in specified relationship with with selected document.
Public methodStatic memberIsTranslatedTo
Returns true if document is translated into one of selected cultures.
Top
See Also