DeltaPage.IsRenderingDelta method (Page)
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsRenderingDelta ( _
page As Page _
) As Boolean
'Usage
Dim page As Page
Dim returnValue As Boolean
returnValue = DeltaPage.IsRenderingDelta(page)
public static bool IsRenderingDelta(
Page page
)
Parameters
- page
Type: System.Web.UI.Page
Return value
Type: System.Boolean