Example #1
0
 public bool IsContentFolder()
 {
     if (PathOnServer.Trim().EndsWith("content"))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
 public string GetSeriesName()
 {
     return(PathOnServer.Split('\\')[0]);
 }