Click or drag to resize
LayoutHelperAddLayoutDirectives Method (String, LayoutTypeEnum)
Adds the layout directives to the transformation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string AddLayoutDirectives(
	string code,
	LayoutTypeEnum type
)

Parameters

code
Type: SystemString
Code of the layout
type
Type: CMS.DataEngineLayoutTypeEnum
Type of the layout

Return Value

Type: String
See Also