MapToAll element (View)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Combines the functionality of the MapToIcon, MapToText, and MapToControl elements.

<MapToAll>
</MapToAll>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Numerous

Parent elements

Numerous

Occurrences

  • Minimum: 0
  • Maximum: Unbounded

Remarks

The MapToAll element improves performance by preventing the need to make multiple requests to the server for data.

Using this element is the same as using the following:

<MapToIcon>ProgID|File_Extension</MapToIcon>|
<MapToText>ProgID|File_Extension</MapToText>|
<MapToControl>ProgID|File_Extension</MapToControl>