This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user