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.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
|
WebPartZoneLayout
Declaration
public WebPartOccurrence[] WebPartZoneLayout { get; set; }
Property Value
WebPartOccurrence[]
|
ZoneId
Declaration
public string ZoneId { get; set; }
Property Value
System.String
|
ZoneIndex
Declaration
public int ZoneIndex { get; set; }
Property Value
System.Int32
|