BaseXmlDataSource.IDataSource.GetViewNames method

Returns a list of all the view names in the data source.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function GetViewNames As ICollection
    Implements IDataSource.GetViewNames
'Usage
Dim instance As BaseXmlDataSource
Dim returnValue As ICollection

returnValue = CType(instance, IDataSource).GetViewNames()
ICollectionIDataSource.GetViewNames()

Return value

Type: System.Collections.ICollection
Returns ICollection.

Implements

IDataSource.GetViewNames()

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace