ChannelDirectory
ChannelDirectory =
object
Represents a directory (folder) within a channel's file system. Directories organize files hierarchically and can be nested to create folder structures.
Properties
id
id:
DirectoryGuid
The unique identifier for the directory.
name
name:
string
The display name of the directory.
parentDirectoryId?
optionalparentDirectoryId:DirectoryGuid
The ID of the parent directory. When undefined, the directory is at the channel's root level.