MoveCopyOutput
JSONACCESS
This class is returned as the Event_Content__c property on the “Move” and “Copy” Internal_Event__e platform events when files/folders are moved or copied.
NOTE: The copy event will not return the “NewItem” property.
Fields
global NewItem
→ SharePointFileInfo
A SharePointFileInfo object that represents the new item
global NewParentFolder
→ SharePointFileInfo
A SharePointFileInfo object that represents the new folder location of the item
global OriginalItem
→ SharePointFileInfo
A SharePointFileInfo object that represents the original item
global OriginalParentFolder
→ SharePointFileInfo
A SharePointFileInfo object that represents the original folder location of the item