TreeINFO-For-M365 documentation
    Preparing search index...

    Defines the basic structure of the reference.

    interface IReference {
        contentTypeId?: string;
        externalSite?: string;
        itemId: string;
        itemType: ReferenceItemType;
        listId: Guid;
        path: string;
        sourceIndex: number;
        title: string;
        webId: Guid;
    }
    Index

    Properties

    contentTypeId?: string

    Gets ContentType indetifier

    externalSite?: string

    Defines the url of another site collection if the item comes from another site collection

    itemId: string

    Item identifier

    Distinguishes the type of the referenced item

    listId: Guid

    List identifier

    path: string

    Gets server relative url of item

    sourceIndex: number
    title: string

    Gets display name of item. For generic items the Title field is displayed, for files from the document library the FileLeafRef field is displayed.

    webId: Guid

    Web identifier