Skip to content

Instantly share code, notes, and snippets.

@IAMPetro
Created December 12, 2016 02:15
Show Gist options
  • Save IAMPetro/3eb30ccc14ea8752050df25d6db3fd80 to your computer and use it in GitHub Desktop.
Save IAMPetro/3eb30ccc14ea8752050df25d6db3fd80 to your computer and use it in GitHub Desktop.
SharePoint: Browser File Handling Permissions
<?xml version="1.0" encoding="utf-8"?>
<DocIcons>
<ByProgID>
<Mapping Key="Excel.Sheet" Value="ichtmxls.gif" EditText="Microsoft Excel" OpenControl="SharePoint.OpenDocuments"/>
<Mapping Key="Publisher.Document" Value="ichtmpub.gif" EditText="Microsoft Publisher" OpenControl="SharePoint.OpenDocuments"/>
<Mapping Key="Word.Document" Value="ichtmdoc.gif" EditText="Microsoft Word" OpenControl="SharePoint.OpenDocuments"/>
</ByProgID>
<ByExtension>
<Mapping Key="zip" Value="iczip.gif" OpenControl=""/>
<Mapping Key="pdf" Value="pdficon.gif" OpenControl="AdobeAcrobat.OpenDocuments"/>
<Mapping Key="docx" Value="icdocx.png" EditText="Microsoft Word" OpenControl="SharePoint.OpenDocuments"/>
</ByExtension>
<Default>
<Mapping Value="icgen.gif"/>
</Default>
</DocIcons>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment