LevelHierarchyDataSource.GetViewNames Method
Implements the IDataSource.GetViewNames method.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetViewNames As ICollection
'Usage
Dim instance As LevelHierarchyDataSource
Dim returnValue As ICollection
returnValue = instance.GetViewNames()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public ICollection GetViewNames()
Return Value
Type: System.Collections.ICollection
a null reference (Nothing in Visual Basic)
Implements
Remarks
This function does not perform anything and exists to support the DataFormWebPart.
See Also
Reference
LevelHierarchyDataSource Class