SP へList.isSiteAssetsLibrary プロパティ (sp.js)
Gets a value that indicates whether the list is designated as a default asset location for images or other files which the users upload to their wiki pages.
**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var value = SP.List.get_isSiteAssetsLibrary ()
戻り値
Type: Boolean
true to designate the list as a default asset location for images or other files which the users upload to their wiki pages; otherwise, false.
REST resource endpoint
See List resource for more information.
Endpoint URI structure
http://<sitecollection>/<site>/_api/web/lists(listid)/isSiteAssetsLibrary
HTTP requests
This resource supports the following HTTP commands:
- POST
POST syntax
POST http://<sitecollection>/<site>/_api/web/lists(listid)/isSiteAssetsLibrary
GET syntax
GET http://<sitecollection>/<site>/_api/web/lists(listid)/isSiteAssetsLibrary