LayoutInfoProviderAddLayoutDirectives Method (String, LayoutTypeEnum) |
Adds the layout directives to the transformation.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also