--- title: "VESPDocument" description: "Contains details about a Microsoft SharePoint document. Property Type Description VESPDocument Parent document. VESPDocumentLibrary Document library where the document is located. String Document name. String User who created the document." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vespdocument.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESPDocument" dateModified: "2026-08-18" --- # VESPDocument Contains details about a Microsoft SharePoint document.
|
Property |
Type |
Description |
|---|---|---|
|
Parent |
VESPDocument |
Parent document. |
|
DocumentLibrary |
Document library where the document is located. |
|
|
Name |
String |
Document name. |
|
CreatedBy |
String |
User who created the document. |
|
CreationTime |
DateTime |
Date and time when the document 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 |
Document version. You can use the Get-VESPDocumentVersion to switch between document versions. |
|
Type |
String |
Document type. |
|
IsContainer |
Bool |
If True, the document is a folder. |