Forum Discussion
Apply Provisioning Template with branding
Pieter is right alternative you can upload a alternative css file in the template.
<pnp:WebSettings RequestAccessEmail="" NoCrawl="false" WelcomePage="SitePages/Home.aspx" SiteLogo="" AlternateCSS="" MasterPageUrl="{masterpagecatalog}/seattle.master" CustomMasterPageUrl="{masterpagecatalog}/seattle.master" />
Thanks again for your response, will be doing some more reading on composed look and the povisioning engine and report my solution
- Debayo GrahamJan 31, 2017Brass Contributor
Good Day,
Also I notice that when i extract the template using powershell I get a .pnp file. This .pnp file contains my .master file and some other stuff, i also think the xml makes reference to all my layout.aspx files. In my testing ApplyProvisioningTemplate() does not upload these files to the new site collection (layout.aspx files). If it should, please let me kow what i did wrong or how i can uppload these files. The error i get is
Value cannot be null. Parameter name: stream
I think this occures when its processing one of my layour files referenced in the .pnp file