Support for SAMGS Supplemental Information

This commit is contained in:
2017-05-03 13:57:12 +00:00
parent 419dd4712a
commit e7f9d4e3ed
8 changed files with 210 additions and 22 deletions

View File

@@ -821,17 +821,10 @@ namespace VEPROMS.CSLA.Library
{
get
{
//int result = 0;
foreach (ContentPart cp in _Section.MyContent.ContentParts)
{
if (cp.FromType == 2)
if (cp.FromType == (int)E_FromType.Section)
return true;
//if (cp.FromType == 2) result += 1;
//if (cp.FromType == 6) result += 2;
//if (result == 3)
//{
// return true;
//}
}
return false;
}