Search Results for

    Show / Hide Table of Contents

    Class Features

    Domain Object that is used in the Site Template for OOB Features

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

    Constructors

    Features()

    Constructor for Features class

    Declaration
    public Features()

    Properties

    SiteFeatures

    A Collection of Features at the Site level

    Declaration
    public FeatureCollection SiteFeatures { get; }
    Property Value
    FeatureCollection

    WebFeatures

    A Collection of Features at the Web level

    Declaration
    public FeatureCollection WebFeatures { get; }
    Property Value
    FeatureCollection

    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