Class WebPartMetaDataType
Contains webpart metadata type element attributes
Inheritance
System.Object
WebPartMetaDataType
Namespace: PnP.Framework.Utilities.WebParts.Schema
Assembly: PnP.Framework.dll
Syntax
public class WebPartMetaDataType : object
Properties
Name
Represents name attribute of type element of webpart metadata
Declaration
public string Name { get; set; }
Property Value
System.
|
Src
Represents src attribute of type element of webpart metadata
Declaration
public string Src { get; set; }
Property Value
System.
|