Click or drag to resize
ProjectHelperChangeCodeFileToCodeBehind Method
Changes attribute "CodeFile" to "CodeBehind" in input file and saves changes to output file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ChangeCodeFileToCodeBehind(
	string inFile,
	string outFile
)

Parameters

inFile
Type: SystemString
Input file
outFile
Type: SystemString
Output file
See Also