Persistate API documentation
CreateProject Method (packageName, moduleName, moduleType, framework)
NamespacesPersistateIDevelopmentEnvironmentCreateProject(String, String, String, String)

[This is preliminary documentation and is subject to change.]

Creates a new project for a Package.
Declaration Syntax
C#
string CreateProject(
	string packageName,
	string moduleName,
	string moduleType,
	string framework
)
Parameters
packageName (String)
The name of the Package.
moduleName (String)
The name of the module to create a project for.
moduleType (String)
The type of the module. This is used to access the template used to create the project.
framework (String)
A string containing the .Net framework to use for the new project.
Return Value
A string containing the path of the folder containing the new project.
Remarks
The solution for the package must already be open in the IDE otherwise an exception is thrown.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)