// //==================================================================================================== // public override string GetAddLink(string presetNameValueList, bool allowPaste) { try { return(cs.getRecordAddLink(presetNameValueList, allowPaste)); } catch (Exception ex) { LogController.logError(cp.core, ex); throw; } }