CustomFlowPayload
This class is used by user-created Flows to contain SharePoint row information so the Flow can access metadata on rows of files or folders. This structure is returned by the sFilesItem.parse method.
Constructors
global CustomFlowPayload()
Fields
global ApiActionStatus
→ string
AURAENABLED
INVOCABLEVARIABLE
Used internally
global CreatedBy
→ String
AURAENABLED
INVOCABLEVARIABLE
SharePoint user that created the file or folder
global CreatedDateTime
→ String
AURAENABLED
INVOCABLEVARIABLE
Used internally
global CustomFieldList
→ List<CustomFieldItem>
AURAENABLED
INVOCABLEVARIABLE
The list of CustomField
global CustomFields
→ String
AURAENABLED
INVOCABLEVARIABLE
The values of all of the custom fields returned on the file or folder
global DisplayName
→ String
AURAENABLED
INVOCABLEVARIABLE
What is shown in the UI
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 Index
→ Integer
AURAENABLED
INVOCABLEVARIABLE
Used internally
global items
→ List<SharepointFileInfo>
AURAENABLED
INVOCABLEVARIABLE
A structure to store child items related to the current SharePointFileInfo Object. This does not query child objects, it only provides a way to store related records for programmatic manipulation.
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 SharepointGuid
→ string
AURAENABLED
INVOCABLEVARIABLE
Used internally
global SharepointListId
→ string
AURAENABLED
INVOCABLEVARIABLE
Used internally
global Size
→ String
AURAENABLED
INVOCABLEVARIABLE
File size in bytes
global Type
→ String
AURAENABLED
INVOCABLEVARIABLE
Microsoft file type
global Url
→ String
AURAENABLED
INVOCABLEVARIABLE
Relatave Path on the SharePoint server