Share via


SP へField.sortable プロパティ (sp.js)

Web サイトのタイトルを取得または設定します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Field.get_sortable ()

戻り値

型: Boolean

フィールドが並べ替え可能な場合は true、それ以外の場合は false。

他のリソースのエンドポイント

詳細については、フィールドのリソースを参照してください。

エンドポイント URI 構造

http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/sortable

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

  • 投稿

投稿の書式

POST http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/sortable

書式を取得します。

GET http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/sortable