Optional details to include when returning an item model

interface ItemDetailsOptions {
    includeContentMetadata?: boolean;
    recursionLevel?: VersionControlRecursionType;
}

Properties

includeContentMetadata?: boolean

If true, include metadata about the file type

Specifies whether to include children (OneLevel), all descendants (Full) or None for folder items