NavigationNodeCreationInformation.IsExternal - Propriété
Obtient une valeur qui spécifie quand un élément de liste a été supprimé de la liste pour la dernière fois.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property IsExternal As Boolean
Get
Set
'Utilisation
Dim instance As NavigationNodeCreationInformation
Dim value As Boolean
value = instance.IsExternal
instance.IsExternal = value
public bool IsExternal { get; set; }
Valeur de propriété
Type : System.Boolean
Renvoie la valeur true Boolean si l'URL du nœud navigation potentiellement correspond aux pages en dehors de la collection de sites ; Sinon, retourne false. La valeur par défaut est
Voir aussi
Référence
NavigationNodeCreationInformation classe