| ProjectHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Helpers
 Syntax
Syntaxpublic class ProjectHelper
The ProjectHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProjectHelper | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ChangeCodeBehindToCodeFile | 
            Changes attribute "CodeBehind" to "CodeFile" in input file and saves changes to output file.
             | 
|   | ChangeCodeBehindToCodeFileForFolder | 
            Loop through directories structure (recursively) and replace "codebehind" attribute to "codefile".
             | 
|   | ChangeCodeFileToCodeBehind | 
            Changes attribute "CodeFile" to "CodeBehind" in input file and saves changes to output file.
             | 
|   | ReplaceMarkupAttr | 
            Changes first occurrence of string to new value in text file.
             | 
 See Also
See Also