MapToAll Element (View)
Applies to: SharePoint Foundation 2010
Combines the functionality of the MapToIcon, MapToText, and MapToControl elements.
<MapToAll>
</MapToAll>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
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>