Class WebServiceWebPartProperties
Entity to describe a web part on a wiki or webpart page called from web services
Inheritance
System.Object
WebServiceWebPartProperties
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class WebServiceWebPartProperties : object
Constructors
WebServiceWebPartProperties()
Default constructor
Declaration
public WebServiceWebPartProperties()
Properties
ControlId
Control id of the web part
Declaration
public string ControlId { get; set; }
Property Value
System.String
|
Id
Id of the web part
Declaration
public Guid Id { get; set; }
Property Value
Guid
|
Properties
Dictionary with web part properties
Declaration
public Dictionary<string, string> Properties { get; set; }
Property Value
Dictionary<System.String, System.String>
|
Type
Type of the web part
Declaration
public string Type { get; set; }
Property Value
System.String
|
ZoneId
Zone id of the web part
Declaration
public string ZoneId { get; set; }
Property Value
System.String
|
Methods
PropertiesAsStringObjectDictionary()
Returns Dictionary with web part properties as string,object
Declaration
public Dictionary<string, object> PropertiesAsStringObjectDictionary()
Returns
Dictionary<System.String, System.Object>
Dictionary with web part properties as string,object |
TypeShort()
Returns the shortened web part type name
Declaration
public string TypeShort()
Returns
System.String
Shortened web part type name |