tridion-sites-extensions-api-docs

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

Folder type

Represents the data of a Folder: an item used to organize the items in a Repository.

Signature:

export type Folder = OrganizationalItem & {
    IsActive?: boolean;
    IsActiveResolvedValue?: boolean;
    IsLinkedSchemaMandatory?: boolean;
    LinkedSchema?: Link;
};

References: OrganizationalItem, Link