This commit is contained in:
Kathy Ruffing 2007-12-14 14:50:12 +00:00
parent 11a32af77a
commit 2d36578454

View File

@ -253,6 +253,14 @@ namespace VEPROMS.CSLA.Library
return temp.IsSubStep;
}
}
public bool IsStepSection
{
get
{
if (MyContent.Type == 10000) return true;
return false;
}
}
private E_FromType ItemType
{
get