Class WebPartData
Contains webpart data elements
Inheritance
System.Object
WebPartData
Namespace: PnP.Framework.Utilities.WebParts.Schema
Assembly: PnP.Framework.dll
Syntax
public class WebPartData : object
Properties
GenericWebPartProperties
Represents genericWebPartProperties element of webpart data
Declaration
public PropertyContainerType GenericWebPartProperties { get; set; }
Property Value
Properties
Represents properties element of webpart data
Declaration
public PropertyContainerType Properties { get; set; }