Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the IDataSource.GetView method.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetView ( _
viewName As String _
) As DataSourceView
'Usage
Dim instance As LevelHierarchyDataSource
Dim viewName As String
Dim returnValue As DataSourceView
returnValue = instance.GetView(viewName)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public DataSourceView GetView(
string viewName
)
Parameters
- viewName
Type: System.String
Return Value
Type: System.Web.UI.DataSourceView
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