SharepointSubmissionEventBase: MicrosoftSubmissionEventBase & {
    sharepointSite: {
        displayName: string;
        id: string;
    };
}

Type declaration

  • sharepointSite: {
        displayName: string;
        id: string;
    }

    The Sharepoint Site

    • displayName: string

      The display name of the Sharepoint Site

    • id: string

      The id of the Sharepoint Site