Given the name of an EXTView gets a CExtView object containing its definition, but no instance data.

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

Syntax

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

Parameters

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

Return Value

A CExtView object containing the view's definition, but not any instance data

See Also