tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > VirtualFolder

VirtualFolder type

Represents the data of a Virtual Folder: an Organizational Item that dynamically collects its contents.

Signature:

export type VirtualFolder = OrganizationalItem & {
    ApprovalStatus?: Link;
    Description?: string;
    TypeSchema?: Link;
    WorkflowInfo?: WorkflowInfo;
};

References: OrganizationalItem, Link, WorkflowInfo