Exemple #1
0
 /// <summary>
 /// Returns a boolean indicating if the specified folder exists in the library.
 /// </summary>
 public bool FolderExists(string path)
 {
     return(references.FolderExists(path) &&
            (templates.TemplateTagHierarchy.LocateFolderByPath(path) != null));
 }