Click or drag to resize
ProjectHelperChangeCodeBehindToCodeFileForFolder Method
Loop through directories structure (recursively) and replace "codebehind" attribute to "codefile".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ChangeCodeBehindToCodeFileForFolder(
	string path
)

Parameters

path
Type: SystemString
Directory
See Also