@cpod/sdk - v0.2.7
    Preparing search index...

    Interface MoveFileToFolderRequest

    Request to move file to folder

    interface MoveFileToFolderRequest {
        fileId: string;
        folderId?: string | null;
    }
    Index

    Properties

    Properties

    fileId: string

    ID of the file to move

    folderId?: string | null

    ID of destination folder (null or empty to move to root)