LookupURLResult | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias LookupURLResult

    type LookupURLResult = {
        append: string | null;
        file: number | null;
        folder: number | null;
        site: number | null;
        webServer: number | null;
    }
    Index

    Properties

    append: string | null

    Any additional path, query string and/or hash appended to the URL

    file: number | null

    File ID.

    folder: number | null

    Folder ID containing the URL. 0 if no site was hosting this folder

    site: number | null

    Site ID. 0 if no site's webroot starts with this URL (not even through aliases)

    webServer: number | null

    Webserver hosting the URL