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
)
Public Function GetClone (
id As Integer
) As ProjectClone
Parameters
- id
- Type: SystemInt32
Return Value
Type:
ProjectCloneSee Also