Member Junction
    Preparing search index...

    Result of restoring a single archived record.

    interface RestoreRecordResult {
        ErrorMessage?: string;
        RestoredFields: string[];
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if Success is false

    RestoredFields: string[]

    List of field names that were restored

    Success: boolean

    Whether the restore operation succeeded