ProjectCloneControllerCreateClone Method |
Creates a new clone from the clone specified.
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 ProjectClone CreateClone(
string projectPathFilename,
ProjectClone parent,
string cloneName,
string cloneDescription
)
Public Function CreateClone (
projectPathFilename As String,
parent As ProjectClone,
cloneName As String,
cloneDescription As String
) As ProjectClone
Parameters
- projectPathFilename
- Type: SystemString
- parent
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectClone
the parent clone to create a - cloneName
- Type: SystemString
The name of the new clone to create - cloneDescription
- Type: SystemString
the name of the description
Return Value
Type:
ProjectClonethe newly created clone object
See Also