Example #1
0
 /// <summary>
 /// Checks the name of the duplicate for the selected ID.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <param name="columnName">Name of the column.</param>
 /// <param name="listName">Name of the list.</param>
 /// <param name="rowID">The row ID.</param>
 /// <returns></returns>
 protected bool CheckDuplicateName(string value, string columnName, string listName, string rowID)
 {
     objCommonBLL = new CommonBLL();
     return objCommonBLL.CheckDuplicate(strParentSiteURL, value, columnName, listName, rowID);
 }