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.2.0

Syntax

C#
public CExtView NewExtView(
	string viewName
)
Visual Basic (Declaration)
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