Member Junction
    Preparing search index...

    Result of a share operation

    interface ListShareResult {
        message: string;
        shareId?: string;
        success: boolean;
    }
    Index

    Properties

    message: string

    Message describing the result

    shareId?: string

    The share ID (ResourcePermission ID) if successful

    success: boolean

    Whether the operation succeeded