Search Results for

    Show / Hide Table of Contents

    Class AvailableWebTemplate

    Defines an available Web Template for the current Publishing site

    Inheritance
    System.Object
    BaseModel
    AvailableWebTemplate
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class AvailableWebTemplate : BaseModel, IProvisioningTemplateDescendant

    Properties

    LanguageCode

    The Language Code for the Web Template

    Declaration
    public Int32 LanguageCode { get; set; }
    Property Value
    Int32

    TemplateName

    The Name of the Web Template

    Declaration
    public String TemplateName { get; set; }
    Property Value
    String

    Methods

    Equals(AvailableWebTemplate)

    Compares AvailableWebTemplate object based on LanguageCode and TemplateName

    Declaration
    public bool Equals(AvailableWebTemplate other)
    Parameters
    AvailableWebTemplate other

    AvailableWebTemplate object

    Returns
    System.Boolean

    true if the AvailableWebTemplate object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with AvailableWebTemplate

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents AvailableWebTemplate

    Returns
    System.Boolean

    true if the current object is equal to the AvailableWebTemplate

    GetHashCode()

    Gets the hash code.

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer