SharepointFileInfo: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Methods == == Properties == SharepointFileInfo.ID<br /> SharepointFileInfo.FileName<br /> SharepointFileInfo.FileSize<br /> SharepointFileInfo.WebUrl<br /..."
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


== Properties ==
== Properties ==
[[SharepointFileInfo.ID]]<br />
Id:            The itemId of the file in Sharepoint<br>
[[SharepointFileInfo.FileName]]<br />
FileName:      The file name of the file in Sharepoint<br>
[[SharepointFileInfo.FileSize]]<br />
FileSize:      The file size  of the file in Sharepoint (bytes)<br>
[[SharepointFileInfo.WebUrl]]<br />
WebUrl:        A direct URL that references the file in Sharepoint<br>
[[SharepointFileInfo.DownloadUrl]]<br />
DownloadUrl:  A direct URL for downloading the file in Sharepoint (temporarily pre-authenticated!)<br>
[[SharepointFileInfo.LastModified]]<br />
Created:      The moment the file was created in Sharepoint<br>
[[SharepointFileInfo.Created]]
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