Class WebPartField
Inheritance
System.Object
WebPartField
Namespace: PnP.Framework.Modernization.Publishing
Assembly: PnP.Framework.dll
Syntax
public class WebPartField : object
Properties
Column
Declaration
public int Column { get; set; }
Property Value
System.Int32
|
FieldId
Declaration
public string FieldId { get; set; }
Property Value
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Order
Declaration
public int Order { get; set; }
Property Value
System.Int32
|
OrderSpecified
Declaration
public bool OrderSpecified { get; set; }
Property Value
System.Boolean
|
Property
Row
Declaration
public int Row { get; set; }
Property Value
System.Int32
|
TargetWebPart
Declaration
public string TargetWebPart { get; set; }
Property Value
System.String
|