| TransformationInfoProviderAddTransformationDirectives Method (String, Boolean, EditModeButtonEnum) | 
            Adds the transformation directives to the transformation.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic 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: 
String
See Also