Class FixedWebPart
Inheritance
System.Object
FixedWebPart
Namespace: PnP.Framework.Modernization.Publishing
Assembly: PnP.Framework.dll
Syntax
public class FixedWebPart : 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
|
Property
Declaration
public FixedWebPartProperty[] Property { get; set; }
Property Value
FixedWebPartProperty[]
|
Row
Declaration
public int Row { get; set; }
Property Value
System.Int32
|
Type
Declaration
public string Type { get; set; }
Property Value
System.String
|