VESPItem
Contains details about a Microsoft SharePoint item.
Property | Type | Description |
Parent | VESPItem | Parent item. |
List | List where the item is located. | |
Title | String | Item title. |
HasAttachments | Bool | If True, the item has attachments. |
Name | String | Item name. |
CreatedBy | String | User who created the item. |
CreationTime | DateTime | Date and time when the item was created. |
ModifiedBy | String | User or application that last modified the file. |
ModificationTime | DateTime | Date and time when the item was last modified. |
Version | String | Item version. |
Type | String | Item type. |
IsContainer | Bool | If True, the item is a folder. |
Related Commands