Pictures
Query documents in a picture library.
Columns
| Name | Type | Description | ReadOnly |
| ID [KEY] | String | The ID of the document. The format of the ID is: List|ItemID. | True |
| List | String | The name of the list the document belongs to. | False |
| LinkFileName | String | The filename of the document on the server. | False |
| ImageCreateDate | String | The description associated with the document. | False |
| Keywords | String | The keywords associated with the document. | False |
| CheckedOutUser | String | The user that created the item. | False |
| Editor | String | The last user that modified the item. | False |
| Modified | Date | The date that the document was modified. | False |
| Created | Date | The date that the document was created. | False |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| CAMLQuery | String | The query to be used while listing the list items. |