Search Results for

    Show / Hide Table of Contents

    Interface IWebTemplate

    Specifies a site definition or a site template that is used to instantiate a site.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IWebTemplate

    Properties

    Description

    Specifies the description for the site definition configuration or site template.

    Declaration
    string Description { get; }
    Property Value
    System.String

    DisplayCategory

    Specifies the display name for the category that this site definition configuration or site template is a part of.

    Declaration
    string DisplayCategory { get; }
    Property Value
    System.String

    Id

    Specifies the unique identifier for the site definition configuration or the site template.

    Declaration
    int Id { get; }
    Property Value
    System.Int32

    ImageUrl

    Specifies the URI for the image that is associated with the site definition configuration or site template.

    Declaration
    string ImageUrl { get; }
    Property Value
    System.String

    IsHidden

    Specifies whether the site definition configuration or site template can only be applied to the top-level site in the site collection.

    Declaration
    bool IsHidden { get; }
    Property Value
    System.Boolean

    IsRootWebOnly

    Specifies whether the site definition configuration or site template can only be applied to subsites created within the site collection.

    Declaration
    bool IsRootWebOnly { get; }
    Property Value
    System.Boolean

    IsSubWebOnly

    Specifies whether the template can only be applied to subwebs

    Declaration
    bool IsSubWebOnly { get; }
    Property Value
    System.Boolean

    Lcid

    Specifies the LCID for the site definition configuration or site template.

    Declaration
    int Lcid { get; }
    Property Value
    System.Int32

    Name

    Specifies the name for the site definition configuration or site template.

    Declaration
    string Name { get; }
    Property Value
    System.String

    Title

    Specifies the display name for the site definition configuration or site template.

    Declaration
    string Title { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer