SPList.NavigateForFormsPages - Propriété
Indicates whether to navigate for forms pages or use a modal dialog.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property NavigateForFormsPages As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.NavigateForFormsPages
instance.NavigateForFormsPages = value
public bool NavigateForFormsPages { get; set; }
Valeur de propriété
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.