--- title: "VESPItem" description: "Contains details about a Microsoft SharePoint item. Property Type Description VESPItem Parent item. VESPList List where the item is located. String Item title. Bool If True, the item has attachments. String Item name." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vespitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESPItem" dateModified: "2026-08-18" --- # VESPItem Contains details about a Microsoft SharePoint item.

Property

Type

Description

Parent

VESPItem

Parent item.

List

VESPList

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 [`Get-VESPItem`](get-vespitem.md)