Exemplo n.º 1
0
 /// <summary>
 /// Terminates the live book.
 /// </summary>
 /// <param name="bookID">The book ID.</param>
 /// <param name="listName">Name of the list.</param>
 protected void TerminateLiveBook(int bookID, string listName)
 {
     objCommonBLL = new CommonBLL();
     objCommonBLL.TerminateBook(strParentSiteURL, bookID, listName);
 }