Persistate API documentation
AddItemFile Method (project, filePath)
NamespacesPersistateIDevelopmentEnvironmentAddItemFile(Object, String)

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

Adds an existing file to a project.
Declaration Syntax
C#
Object AddItemFile(
	Object project,
	string filePath
)
Parameters
project (Object)
An object representing the project. This can be obtained using the GetProject method.
filePath (String)
The path and file name of the file to add.
Return Value
An object representing the project item for the file just added.

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