Support for SAMGS Supplemental Information
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user