public bool RenameResourceProperty(string Property, string NewProperty, string ResourceSet) { if (!Manager.RenameResourceProperty(Property, NewProperty, ResourceSet)) throw new ApplicationException(DbIRes.T("InvalidResourceId", STR_RESOURCESET)); return true; }
public bool RenameResourceProperty(string Property, string NewProperty, string ResourceSet) { if (!Manager.RenameResourceProperty(Property, NewProperty, ResourceSet)) { throw new ApplicationException(WebUtils.GRes(STR_RESOURCESET, "InvalidResourceId")); } return(true); }