Click or drag to resize
LayoutHelper Class
Helper for layout objects
Inheritance Hierarchy
SystemObject
  CMS.DataEngineLayoutHelper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static class LayoutHelper

The LayoutHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultDirectives
Returns list of default form layout directives (ToLower).
Public propertyStatic memberDefaultNamespaces
List of default form layout namespaces
Top
Methods
  NameDescription
Public methodStatic memberAddLayoutDirectives(String)
Adds the layout directives to the transformation.
Public methodStatic memberAddLayoutDirectives(String, LayoutTypeEnum)
Adds the layout directives to the transformation.
Public methodStatic memberGetLayoutTypeCode
Gets the layout type code for the given enum value.
Public methodStatic memberGetLayoutTypeEnum
Gets the layout type enumeration for the given string value.
Top
See Also