Search Results for

    Show / Hide Table of Contents

    Class WebPartField

    Inheritance
    System.Object
    WebPartField
    Namespace: PnP.Framework.Modernization.Publishing
    Assembly: PnP.Framework.dll
    Syntax
    public class WebPartField : object

    Properties

    Column

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

    FieldId

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

    Name

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

    Order

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

    OrderSpecified

    Declaration
    public bool OrderSpecified { get; set; }
    Property Value
    System.Boolean

    Property

    Declaration
    public WebPartProperty[] Property { get; set; }
    Property Value
    WebPartProperty[]

    Row

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

    TargetWebPart

    Declaration
    public string TargetWebPart { 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