سؤال

أريد إنشاء قالب ويب مخصص بناء على مركز مستند للمؤسسات في SharePoint 2013. كيف أخلقها؟

هل كانت مفيدة؟

المحلول

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"/>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top