Search Results for

    Show / Hide Table of Contents

    Interface IPageComponent

    Client side webpart object (retrieved via the _api/web/GetClientSideWebParts REST call)

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IPageComponent

    Properties

    ComponentType

    Component type for client side webpart object

    Declaration
    int ComponentType { get; set; }
    Property Value
    System.Int32

    Id

    Id for client side webpart object

    Declaration
    string Id { get; set; }
    Property Value
    System.String

    Manifest

    Manifest for client side webpart object

    Declaration
    string Manifest { get; set; }
    Property Value
    System.String

    ManifestType

    Manifest type for client side webpart object

    Declaration
    int ManifestType { get; set; }
    Property Value
    System.Int32

    Name

    Name for client side webpart object

    Declaration
    string Name { get; set; }
    Property Value
    System.String

    Status

    Status for client side webpart object

    Declaration
    int Status { get; set; }
    Property Value
    System.Int32

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer