Web
To create subsites you’ll need the entity Web
1
2
3
4
5
6
7
8
9
10
|
<Configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.mavention.com/SharePoint/Apps/SiteConfigurator">
<Providers>
<Provider NodeName="Web" Class="Mavention.Make.Engine.Providers.WebProvider" Assembly="Mavention.Make.Engine" />
</Providers>
<Web Url="{url}" Title="{title}" Template="STS#0" LCID="1033" >
<Properties>
<Property Name="WebTemplate">Subsite</Property>
</Properties>
</Web>
</Configurator>
|
Download an example: Subsite