|
|
<%
if (IsAutomaticallyMapped(spField))
{
%>
<%
}
%>
|
|
<%
curFieldIndex++;
}
for (int k = 0; k < spOrderedFields.Count; ++k)
{
SPField spField = (SPField)spOrderedFields[k];
if (!CanIncludeInDescription(spField))
{
continue;
}
if (rssView.ViewFields.Exists(spField.InternalName))
{
continue;
}
%>