Click or drag to resize

ProjectCloneControllerGetClone Method

Returns the clone with the id specified or null if not found.

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 GetClone(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: ProjectClone
See Also