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 NewItemSharePointFileInfo

A SharePointFileInfo object that represents the new item

global NewParentFolderSharePointFileInfo

A SharePointFileInfo object that represents the new folder location of the item

global OriginalItemSharePointFileInfo

A SharePointFileInfo object that represents the original item

global OriginalParentFolderSharePointFileInfo

A SharePointFileInfo object that represents the original folder location of the item