ProjectContextClone Method

Create a deep copy of the provided project file.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static ProjectContext Clone(
	ProjectContext projectFile
)

Parameters

projectFile  ProjectContext
Reference to the project file to clone.

Return Value

ProjectContext
Reference to a new project file containing a deep copy of all of the objects in the caller's object model, if the conversion was successful. Otherwise, null.

See Also