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
Client side webpart object (retrieved via the _api/web/GetClientSideWebParts REST call)
public interface IPageComponent
Component type for client side webpart object
int ComponentType { get; set; }
System.Int32
|
Id for client side webpart object
string Id { get; set; }
System.String
|
Manifest for client side webpart object
string Manifest { get; set; }
System.String
|
Manifest type for client side webpart object
int ManifestType { get; set; }
System.Int32
|
Name for client side webpart object
string Name { get; set; }
System.String
|
Status for client side webpart object
int Status { get; set; }
System.Int32
|