VariationDataSource.GetView Method

This member is reserved for internal use and is not intended to be used directly from your code.

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 VariationDataSource
Dim viewName As String
Dim returnValue As DataSourceView

returnValue = instance.GetView(viewName)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public DataSourceView GetView(
    string viewName
)

Parameters

Return Value

Type: System.Web.UI.DataSourceView

Implements

IDataSource.GetView(String)

See Also

Reference

VariationDataSource Class

VariationDataSource Members

Microsoft.SharePoint.Publishing.WebControls Namespace