Interface IPageComponent
Client side webpart object (retrieved via the _api/web/GetClientSideWebParts REST call)
Assembly: PnP.Core.dll
Syntax
public interface IPageComponent
Properties
Component type for client side webpart object
Declaration
int ComponentType { get; set; }
Property Value
Id for client side webpart object
Declaration
Property Value
Manifest for client side webpart object
Declaration
string Manifest { get; set; }
Property Value
Manifest type for client side webpart object
Declaration
int ManifestType { get; set; }
Property Value
Name for client side webpart object
Declaration
string Name { get; set; }
Property Value
Status for client side webpart object
Declaration
Property Value