Finds the ExtView instance with the given name for the Contact 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 GetExtViewByName(
	string viewName
)
Visual Basic (Declaration)
Public Function GetExtViewByName ( _
	viewName As String _
) As CExtView
Visual C++
public:
CExtView^ GetExtViewByName(
	String^ viewName
)

Parameters

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

Return Value

A reference to the ExtView instance if found, or null if no ExtView instance with the given name is found for the Contact.

See Also