Click or drag to resize

ProjectCloneControllerActivateClone Method

Makes the clone specified the active clone. This means the files of the clone are copied as the project file to load. It will first preserve the loaded project to the files of the clone that's active.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void ActivateClone(
	string projectPathFilename,
	ProjectClone toActivate
)

Parameters

projectPathFilename
Type: SystemString
The path + filename of the project file as loaded into the designer.
toActivate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectClone
the clone to activate
See Also