Default list and libraries will automatically be shown in the navigation tree.
It is possible to set a custom list definition ID that are not part of the default group of templates automatically presented in the SharePoint tree.
This is useful if you have specific custom list definitions you have implemented as part of your SharePoint farm deployment.
The template ID can be located via checking the source of the page, and searching for "Template ID".
Property |
Mandatory / Optional |
Description |
action |
Mandatory |
Set to "insert" to add support for the
custom list definition |
serverTemplate |
Mandatory |
The list/library server template Id |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <customListDefinitions> <listDefinition serverTemplate="30001" action="insert"/> </customListDefinitions> </configuration>
<?xml version="1.0" encoding="UTF-8"?> < configuration> <columnsToSuppressFromFileUploadWindow> <columnToSuppress name="HideMe" action="delete"/> </columnsToSuppressFromFileUploadWindow> </configuration>