ChannelDirectoryMovedEvent
ChannelDirectoryMovedEvent =
object
Event payload emitted when a directory is moved to a different parent.
Properties
channelId
channelId:
ChannelGuid
The unique identifier of the channel containing the directory.
communityId
communityId:
CommunityGuid
The unique identifier of the community.
id
id:
DirectoryGuid
The unique identifier of the moved directory.
oldParentDirectoryId
oldParentDirectoryId:
DirectoryGuid
The ID of the previous parent directory.
parentDirectoryId
parentDirectoryId:
DirectoryGuid
The ID of the new parent directory.