SharePointItemData
This class is returned as the “UploadedFile” property for the sFiles Uploader component when this component is embeded in a flow. It provides details about the file that was uploaded to SharePoint.
Constructors
global SharePointItemData()
global SharePointItemData(SharePointFileInfo fileInfo)
Fields
global ByteSize → Double
AURAENABLED INVOCABLEVARIABLE
File size in Actual bytes
global Format → String
AURAENABLED INVOCABLEVARIABLE
The extension of the file in SharePoint (zip,jpg,pdf)
global Id → String
AURAENABLED INVOCABLEVARIABLE
The Sharepoint Id of the file or folder. This id the main reference field used in API calls in the ClientApi class.
global LastModified → Datetime
AURAENABLED INVOCABLEVARIABLE
SharePoint date last modified
global ModifiedBy → String
AURAENABLED INVOCABLEVARIABLE
SharePoint user that most recently modified the file or folder
global Name → String
AURAENABLED INVOCABLEVARIABLE
name of the file
global NameWithoutExt → String
AURAENABLED INVOCABLEVARIABLE
File Name without extension
global OpenUrl → String
AURAENABLED INVOCABLEVARIABLE
The full URL to open the file in sharepoint
global Size → String
AURAENABLED INVOCABLEVARIABLE
File size in with formatting