SharepointFileInfo: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Methods == == Properties == SharepointFileInfo.ID<br /> SharepointFileInfo.FileName<br /> SharepointFileInfo.FileSize<br /> SharepointFileInfo.WebUrl<br /..." |
|||
Line 3: | Line 3: | ||
== Properties == | == 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 == | == Notes == |
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