Share via


SPList.IsSiteAssetsLibrary property

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.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsSiteAssetsLibrary As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.IsSiteAssetsLibrary

instance.IsSiteAssetsLibrary = value
public bool IsSiteAssetsLibrary { get; set; }

Property value

Type: System.Boolean
A Boolean value = true if designated as the default asset location.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace