| ProjectHelperChangeCodeBehindToCodeFile Method | 
            Changes attribute "CodeBehind" to "CodeFile" in input file and saves changes to output file.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void ChangeCodeBehindToCodeFile(
	string inFile,
	string outFile = null
)
Parameters
- inFile
- Type: SystemString
 Input file
- outFile (Optional)
- Type: SystemString
 Output file
 See Also
See Also