Exemple #1
0
 public string[] GetLogDirectoryNames(string accessToken)
 {
     logMethodInvocation();
     checkAccessToken(accessToken);
     try
     {
         return(LogAPI.GetLogFolderNames());
     }
     catch (Exception ex)
     {
         logException(ex);
         return(null);
     }
 }