Interface IItemPut

interface IItemPut {
    availableFormats?: string[];
    children?: IItem[];
    docHasPackage?: boolean;
    downLinks?: IReference[];
    history?: IItemHistory[];
    icon?: string;
    id?: string;
    isDeleted?: boolean;
    isFolder?: boolean;
    isUnselected?: number;
    labels?: string;
    linksDown?: string;
    linksUp?: string;
    maxVersion?: number;
    modDate?: string;
    onlyThoseFields?: number;
    onlyThoseLabels?: number;
    requireSubTree?: XRCategoryAndRoot[];
    selectSubTree?: XRCategoryAndRoot[];
    title?: string;
    type?: string;
    upLinkList?: XRTrimLink[];
    upLinks?: IReference[];
}

Hierarchy

Properties

availableFormats?: string[]
children?: IItem[]
docHasPackage?: boolean
downLinks?: IReference[]
history?: IItemHistory[]
icon?: string
id?: string
isDeleted?: boolean
isFolder?: boolean
isUnselected?: number
labels?: string
linksDown?: string
linksUp?: string
maxVersion?: number
modDate?: string
onlyThoseFields?: number
onlyThoseLabels?: number
requireSubTree?: XRCategoryAndRoot[]
selectSubTree?: XRCategoryAndRoot[]
title?: string
type?: string
upLinkList?: XRTrimLink[]
upLinks?: IReference[]

Generated using TypeDoc