Example #1
0
 public void SetErrorMessage(ContentToImport contentToImport, string exception = "")
 {
     Error = $"Error: failed to save SubmissionId: {contentToImport.Submission.Id}   Formid: {contentToImport.ContentGuid}   Language: {contentToImport.Language}   Exception: {exception}";
 }
Example #2
0
 public void SetSuccessMessage(ContentToImport contentToImport)
 {
     Success = $"Success: save success SubmissionId: {contentToImport.Submission.Id}   Formid: {contentToImport.ContentGuid}   Language: {contentToImport.Language}";
 }