Пример #1
0
 /// <summary>
 /// This method will get the current SPO site title for the url that is there in the client object.
 /// This is a test method and will be removed later
 /// </summary>
 /// <param name="client"></param>
 /// <returns></returns>
 public string GetCurrentSiteName(Client client)
 {
     return(site.GetCurrentSite(client));
 }