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

    Type Alias LookupURLResult

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

    Properties

    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