Class WebPartMetaData
Contains webpart metadata attributes in the schema
Inheritance
System.Object
WebPartMetaData
Namespace: PnP.Framework.Utilities.WebParts.Schema
Assembly: PnP.Framework.dll
Syntax
public class WebPartMetaData : object
Properties
ImportErrorMessage
Represents importErrorMessage element of webpart metadata
Declaration
public string ImportErrorMessage { get; set; }
Property Value
System.
|
Type
Represents type element of webpart metadata
Declaration
public WebPartMetaDataType Type { get; set; }