Adds a new instance of the ExtView with the given name and returns a reference to it.

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

Syntax

C#
public CExtView NewExtView(
	string viewName
)
Visual Basic
Public Function NewExtView ( _
	viewName As String _
) As CExtView
Visual C++
public:
CExtView^ NewExtView(
	String^ viewName
)

Parameters

viewName
Type: System..::..String
The name of the ExtView desired

Return Value

A reference to the new ExtView instance

See Also