示例#1
0
 public int ChildCount()
 {
     FileController ctrlFile = new FileController();
         return ctrlFile.GetDirectChildItems(ID).Count();
 }