Creates a new instance of the CExtTable by cloning the existing one

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CExtTable NewInstance(
	CContact parent
)
Visual Basic
Public Function NewInstance ( _
	parent As CContact _
) As CExtTable
Visual C++
public:
CExtTable^ NewInstance(
	CContact^ parent
)

Parameters

parent
Type: Asi.iBO.ContactManagement..::..CContact
CContact that owns the CExtTable

Return Value

Newly created CExtTable

See Also