BaseXsltListWebPart.IsForCurrentView method

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

Syntax

'Declaration
Protected Function IsForCurrentView ( _
    strViewGuid As String _
) As Boolean
'Usage
Dim strViewGuid As String
Dim returnValue As Boolean

returnValue = Me.IsForCurrentView(strViewGuid)
protected bool IsForCurrentView(
    string strViewGuid
)

Parameters

Return value

Type: System.Boolean

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace