Search Results for

    Show / Hide Table of Contents

    Class BaseTemplateManager

    This class will be used to provide access to the right base template configuration

    Inheritance
    System.Object
    BaseTemplateManager
    Namespace: Microsoft.SharePoint.Client
    Assembly: PnP.Framework.dll
    Syntax
    public static class BaseTemplateManager : object

    Methods

    GetBaseTemplate(Web)

    Gets the base template.

    Declaration
    public static ProvisioningTemplate GetBaseTemplate(this Web web)
    Parameters
    Web web

    the target web to get template

    Returns
    ProvisioningTemplate

    Returns a ProvisioningTemplate object

    GetBaseTemplate(Web, String, Int16)

    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
    ProvisioningTemplate

    Returns a ProvisioningTemplate object

    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer