@infrasoftbe/vnv-sdk
    Preparing search index...

    Interface ISite

    interface ISite {
        createdDateTime: string;
        description: string;
        displayName: string;
        id: string;
        lastModifiedDateTime: string;
        name: string;
        root: Record<string, any>;
        siteCollection: { hostname: string };
        webUrl: string;
    }
    Index

    Properties

    createdDateTime: string
    description: string
    displayName: string
    id: string
    lastModifiedDateTime: string
    name: string
    root: Record<string, any>
    siteCollection: { hostname: string }
    webUrl: string