Search Results for

    Show / Hide Table of Contents

    Class WebPartOccurrence

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

    Properties

    Column

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

    Order

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

    OrderSpecified

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

    Row

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

    Type

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