FieldFilterImageURL element
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Returns the URL to the icon that is used to indicate filtering on a list.
<FieldFilterImageURL>
</FieldFilterImageURL>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
None
Parent elements
Numerous
Occurrences
- Minimum: 0
- Maximum: Unbounded
Remarks
This element is used in the FldTypes.xml file in the HeaderPattern sections.
Example
The following excerpt uses the FieldFilterImageURL element to assemble the <IMG>
tag for displaying the filter image.
<HTML><![CDATA[ <IMG SRC=" ]]></HTML>
<FieldFilterImageURL />
<HTML><![CDATA[ " BORDER=0 ALT= ]]></HTML>
<HTML>"Filter"</HTML>
<HTML><![CDATA[ > ]]></HTML>