Beispiel #1
0
 public bool FolderExists(string name)
 {
     return(m_db.FolderExists(name, this.ID));
 }