SharepointFileInfo: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:


== Properties ==
== Properties ==
Id:            The itemId of the file in Sharepoint
Id:            The itemId of the file in Sharepoint<br>
FileName:      The file name of the file in Sharepoint
FileName:      The file name of the file in Sharepoint<br>
FileSize:      The file size  of the file in Sharepoint (bytes)
FileSize:      The file size  of the file in Sharepoint (bytes)<br>
WebUrl:        A direct URL that references the file in Sharepoint
WebUrl:        A direct URL that references the file in Sharepoint<br>
DownloadUrl:  A direct URL for downloading the file in Sharepoint (temporarily pre-authenticated!)
DownloadUrl:  A direct URL for downloading the file in Sharepoint (temporarily pre-authenticated!)<br>
Created:      The moment the file was created in Sharepoint
Created:      The moment the file was created in Sharepoint<br>
LastModified:  The moment the file was last changed in Sharepoint
LastModified:  The moment the file was last changed in Sharepoint<br>


== Notes ==
== Notes ==

Latest revision as of 12:49, 28 January 2022

Methods

Properties

Id: The itemId of the file in Sharepoint
FileName: The file name of the file in Sharepoint
FileSize: The file size of the file in Sharepoint (bytes)
WebUrl: A direct URL that references the file in Sharepoint
DownloadUrl: A direct URL for downloading the file in Sharepoint (temporarily pre-authenticated!)
Created: The moment the file was created in Sharepoint
LastModified: The moment the file was last changed in Sharepoint

Notes

Availability

Available since 2021R4