Class WebPartEntity
Class that describes information about a web part
Inheritance
System.Object
WebPartEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class WebPartEntity : object
Properties
WebPartIndex
Index (order) of the web part in it's zone
Declaration
public int WebPartIndex { get; set; }
Property Value
System.
|
WebPartTitle
Title of the web part
Declaration
public string WebPartTitle { get; set; }
Property Value
System.
|
WebPartXml
XML representation of the web part
Declaration
public string WebPartXml { get; set; }
Property Value
System.
|
WebPartZone
Zone that will need to hold the web part
Declaration
public string WebPartZone { get; set; }
Property Value
System.
|