This commit is contained in:
2010-09-16 18:41:21 +00:00
parent 7fb6638c2d
commit e24ab27c2b
2 changed files with 9 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ namespace VEPROMS.CSLA.Library
//}
public bool HasChildren
{
get { return _FolderDocVersionCount > 0 || _ChildFolderCount > 0; }
get { return FolderDocVersionCount > 0 || ChildFolderCount > 0; }
}
public IVEDrillDownReadOnly ActiveParent
{