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
|