API Docs for: 2.0.20133.2
Show:

File: src\internal\ui\caseManagement\manageCaseCommunicationConfig.ts


/// <reference path="CaseConfig.ts" />

namespace internal.ui.caseManagement.manageCaseCommunication {

    export interface ManageCaseCommunicationConfig extends CaseConfig {

        /**
         * The case number of the case for which communications are to be managed
         * @property {string} caseNumber
         */
        caseNumber?: string;
    }
}