Skip to main content

ChannelFileMoveRequest

ChannelFileMoveRequest = object

Request object for moving a file to a different directory.

Properties

channelId

channelId: ChannelGuid

The unique identifier of the channel containing the file. Required.


id

id: FileGuid

The unique identifier of the file to move. Required.


newDirectoryId

newDirectoryId: DirectoryGuid

The ID of the target directory. Required.


oldDirectoryId

oldDirectoryId: DirectoryGuid

The ID of the file's current directory. Required.