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

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

Syntax

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

Parameters

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

Return Value

Newly created CExtView

See Also