Persistate API documentation
InsertProjectReference Method (from, to)
NamespacesPersistateIDevelopmentEnvironmentInsertProjectReference(Object, Object)

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

Adds a project reference from one project to another.
Declaration Syntax
C#
void InsertProjectReference(
	Object from,
	Object to
)
Parameters
from (Object)
An object representing the referring project. This can be obtained using the GetProject method.
to (Object)
An object representing the referred project. This can be obtained using the GetProject method.

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