SPList.IsSiteAssetsLibrary property
會指出要將這份清單指定為圖像或其他使用者上傳至其 wiki 頁面的檔案的預設資產位置。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsSiteAssetsLibrary As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.IsSiteAssetsLibrary
instance.IsSiteAssetsLibrary = value
public bool IsSiteAssetsLibrary { get; set; }
Property value
Type: System.Boolean
Boolean 值 = true,如果指定為預設資產的位置。