Class BaseTemplateManager
This class will be used to provide access to the right base template configuration
Inheritance
System.Object
BaseTemplateManager
Assembly: PnP.Framework.dll
Syntax
public static class BaseTemplateManager : object
Methods
Declaration
public static ProvisioningTemplate GetBaseTemplate(this Web web)
Parameters
Web
web
the target web to get template
|
Returns
Gets the provisioning template of provided webtemplate and configuration.
Declaration
public static ProvisioningTemplate GetBaseTemplate(this Web web, string webTemplate, short configuration)
Parameters
Web
web
the target web
|
System.String
webTemplate
the name of the webtemplate
|
System.Int16
configuration
configuration of template
|
Returns