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.
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