Class WebPart
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class WebPart : BaseModel, IProvisioningTemplateDescendant
Properties
Column
Webpart Column
Declaration
public uint Column { get; set; }
Property Value
System.
|
Contents
Webpart Contents
Declaration
public string Contents { get; set; }
Property Value
System.
|
Order
Webpart Order
Declaration
public uint Order { get; set; }
Property Value
System.
|
Row
Webpart Row
Declaration
public uint Row { get; set; }
Property Value
System.
|
Title
Webpart Title
Declaration
public string Title { get; set; }
Property Value
System.
|
Zone
Webpart Zone
Declaration
public string Zone { get; set; }
Property Value
System.
|
Methods
Equals(WebPart)
Compares WebPart object based on Row, Column and Contents
Declaration
public bool Equals(WebPart other)
Parameters
Web WebPart object |
Returns
System. true if the WebPart object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with WebPart
Declaration
public override bool Equals(object obj)
Parameters
System. Object that represents WebPart |
Returns
System. true if the current object is equal to the WebPart |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |