Websites v4 docs v5.2.5
    Preparing search index...

    Interface SharingPermissionProps

    interface SharingPermissionProps {
        associations: [];
        filteredAssociations: [];
        id: number;
        permissionLevel: string;
        receivingAgencyId: number;
        receivingAgencyName: string;
        shareContent: boolean;
        shareProperties: boolean;
        sharingAgencyId: number;
        sharingAgencyName: string;
    }
    Index

    Properties

    associations: []
    filteredAssociations: []
    id: number
    permissionLevel: string
    receivingAgencyId: number
    receivingAgencyName: string
    shareContent: boolean
    shareProperties: boolean
    sharingAgencyId: number
    sharingAgencyName: string