ChannelDirectoryMoveRequest
ChannelDirectoryMoveRequest =
object
Request object for moving a directory to a different parent directory.
Properties
channelId
channelId:
ChannelGuid
The unique identifier of the channel containing the directory. Required.
id
id:
DirectoryGuid
The unique identifier of the directory to move. Required.
newParentDirectoryId
newParentDirectoryId:
DirectoryGuid
The ID of the target parent directory. Required.
oldParentDirectoryId
oldParentDirectoryId:
DirectoryGuid
The ID of the directory's current parent. Required.