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.
Indicates whether to navigate for forms pages or use a modal dialog.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NavigateForFormsPages As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.NavigateForFormsPages
instance.NavigateForFormsPages = value
public bool NavigateForFormsPages { get; set; }
Property value
Type: System.Boolean
A Boolean value = true indicates navigate the full page and false indicates that the list form page is launched in a modal dialog.