Search Results for

    Show / Hide Table of Contents

    Class WebPartEntity

    Class that describes information about a web part

    Inheritance
    System.Object
    WebPartEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class WebPartEntity : object

    Properties

    WebPartIndex

    Index (order) of the web part in it's zone

    Declaration
    public int WebPartIndex { get; set; }
    Property Value
    System.Int32

    WebPartTitle

    Title of the web part

    Declaration
    public string WebPartTitle { get; set; }
    Property Value
    System.String

    WebPartXml

    XML representation of the web part

    Declaration
    public string WebPartXml { get; set; }
    Property Value
    System.String

    WebPartZone

    Zone that will need to hold the web part

    Declaration
    public string WebPartZone { get; set; }
    Property Value
    System.String

    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