Persistate API documentation
ProjectFolderPath Method (project)
NamespacesPersistateIDevelopmentEnvironmentProjectFolderPath(Object)

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

Obtains the folder path for a particular project.
Declaration Syntax
C#
string ProjectFolderPath(
	Object project
)
Parameters
project (Object)
An object representing the project. This can be obtained using the GetProject method.
Return Value
A string containing the folder path, or null if no project for the module could be found.
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)