TransformationInfoProviderAddTransformationDirectives Method (String, Boolean, EditModeButtonEnum) |
Adds the transformation directives to the transformation.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public static string AddTransformationDirectives(
string code,
bool useInternal,
EditModeButtonEnum mode
)
Parameters
- code
- Type: SystemString
Code - useInternal
- Type: SystemBoolean
If true, internal directives are used - mode
- Type: CMS.PortalEngineEditModeButtonEnum
Indicates which mode for 'edit/delete buttons' should be used
Return Value
Type:
StringSee Also