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. |
Related Commands