SPList.IsSiteAssetsLibrary - Propriété
Indicates whether or not this list is designated as the default asset location for images or other files which the users uploads to their wiki pages.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IsSiteAssetsLibrary As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.IsSiteAssetsLibrary
instance.IsSiteAssetsLibrary = value
public bool IsSiteAssetsLibrary { get; set; }
Valeur de propriété
Type : System.Boolean
A Boolean value = true if designated as the default asset location.