Search Results for

    Show / Hide Table of Contents

    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.String

    Type

    Represents type element of webpart metadata

    Declaration
    public WebPartMetaDataType Type { get; set; }
    Property Value
    WebPartMetaDataType

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer