Home > @tridion-sites/open-api-client > VirtualFolder
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