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 ByteSizeDouble

AURAENABLED INVOCABLEVARIABLE

File size in Actual bytes

global FormatString

AURAENABLED INVOCABLEVARIABLE

The extension of the file in SharePoint (zip,jpg,pdf)

global IdString

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 LastModifiedDatetime

AURAENABLED INVOCABLEVARIABLE

SharePoint date last modified

global ModifiedByString

AURAENABLED INVOCABLEVARIABLE

SharePoint user that most recently modified the file or folder

global NameString

AURAENABLED INVOCABLEVARIABLE

name of the file

global NameWithoutExtString

AURAENABLED INVOCABLEVARIABLE

File Name without extension

global OpenUrlString

AURAENABLED INVOCABLEVARIABLE

The full URL to open the file in sharepoint

global SizeString

AURAENABLED INVOCABLEVARIABLE

File size in with formatting