Class WebPartZone
Inheritance
System.Object
WebPartZone
Namespace: PnP.Framework.Modernization.Publishing
Assembly: PnP.Framework.dll
Syntax
public class WebPartZone : object
Properties
Column
Declaration
public int Column { get; set; }
Property Value
System.
|
Order
Declaration
public int Order { get; set; }
Property Value
System.
|
OrderSpecified
Declaration
public bool OrderSpecified { get; set; }
Property Value
System.
|
Row
Declaration
public int Row { get; set; }
Property Value
System.
|
WebPartZoneLayout
Declaration
public WebPartOccurrence[] WebPartZoneLayout { get; set; }
Property Value
ZoneId
Declaration
public string ZoneId { get; set; }
Property Value
System.
|
ZoneIndex
Declaration
public int ZoneIndex { get; set; }
Property Value
System.
|