Class ProjectUpgrader
Inheritance
System.Object
ProjectUpgrader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public static class ProjectUpgrader
Methods
BackupProjectToZip(String, String)
Declaration
public static void BackupProjectToZip(string rootPath, string zipPath)
Parameters
System.String
rootPath
|
System.String
zipPath
|
UpgradeProject(ProjectUpgradeArgs)
Declaration
public static void UpgradeProject(ProjectUpgradeArgs args)
Parameters
ProjectUpgradeArgs
args
|