| VirtualPathHelperRemoveDirectives Method  | 
            Removes the default layout directives from the layout code.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntaxpublic static string RemoveDirectives(
	string code,
	string[] defaultDirectives
)
Parameters
- code
 - Type: SystemString
Code to process - defaultDirectives
 - Type: SystemString
Default directives to be removed 
Return Value
Type: 
String
See Also