Links
Create, update, query, and delete items in SharePoint Link lists.
Columns
Name | Type | ReadOnly | Description |
ID [KEY] | String | True |
The ID of the item. The format of the ID is: List|ItemID. |
List | String | False |
The name of the link list. |
URL | String | False |
The URL of the link entry. |
Comments | String | False |
The notes associated with the entry. |
Author | String | False |
The user that created the item. |
Editor | String | False |
The last user that modified the item. |
Modified | Date | False |
The date modified. |
Created | Date | False |
The date created. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
CAMLQuery | String |
The query to be used while listing the list items. |