Click or drag to resize
ProjectHelper Class
Class provides helper methods used during installation and import/export process.
Inheritance Hierarchy
SystemObject
  CMS.HelpersProjectHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class ProjectHelper

The ProjectHelper type exposes the following members.

Constructors
  NameDescription
Public methodProjectHelper
Top
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