Domanda

Voglio creare un modello web personalizzato basato su Enterprise Document Center in SharePoint 2013. Come lo creo?

È stato utile?

Soluzione

Have a look at Vesas brilliant guide to creating web templates.

The Base ID you should use for a Document Center is BDR#0

Like:

<WebTemplate
           Name="MyDocumentCenter"
           BaseTemplateName="BDR"
           BaseTemplateID="9"
           BaseConfigurationID="0"
           Title="My Document Center"
           Description="Custom document center web template"
           DisplayCategory="Custom stuff"/>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top