SPListCollection.IncludeRootFolder - Propriété
Obtient ou définit une valeur booléenne qui spécifie si le dossier racine d'une liste dans la collection est retourné par la propriété RootFolder .
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IncludeRootFolder As Boolean
Get
Set
'Utilisation
Dim instance As SPListCollection
Dim value As Boolean
value = instance.IncludeRootFolder
instance.IncludeRootFolder = value
public bool IncludeRootFolder { get; set; }
Valeur de propriété
Type : System.Boolean
true si le dossier racine est retourné par la propriété RootFolder . dans le cas contraire, false.