SPList.RootWebOnly - Propriété
Property that indicates whether the option to allow deployment to root Webs only.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property RootWebOnly As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.RootWebOnly
instance.RootWebOnly = value
public bool RootWebOnly { get; set; }
Valeur de propriété
Type : System.Boolean
A Boolean value = true if deployment is allowed on root Webs only.
Remarques
This property is false by default for lists. Setting this property to true for a list not on a root web throws a [System.NotSupportedException] exception.