Interface FolderData

interface FolderData {
    baseLocalFolder?: string;
    cache?: boolean;
    createdFolderSettings?: {
        [key: string]: any;
    };
    folderId: string;
    includeSubFolders?: boolean;
    localFolder: string;
    logCreated?: boolean;
}

Properties

baseLocalFolder?: string

Base local folder path

cache?: boolean

Cache results

createdFolderSettings?: {
    [key: string]: any;
}

Settings for created folders

folderId: string

Studio folder id

includeSubFolders?: boolean

Include sub folders

localFolder: string

Local folder path

logCreated?: boolean

Log successfully created folders