Click or drag to resize
ProjectHelper Methods

The ProjectHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeCodeBehindToCodeFile
Changes attribute "CodeBehind" to "CodeFile" in input file and saves changes to output file.
Public methodStatic memberChangeCodeBehindToCodeFileForFolder
Loop through directories structure (recursively) and replace "codebehind" attribute to "codefile".
Public methodStatic memberChangeCodeFileToCodeBehind
Changes attribute "CodeFile" to "CodeBehind" in input file and saves changes to output file.
Public methodStatic memberReplaceMarkupAttr
Changes first occurrence of string to new value in text file.
Top
See Also