Click or drag to resize

BaseWebPartDefinition Class

Specifies a SharePoint Web Part that can be used within a page definition.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public abstract class BaseWebPartDefinition

The BaseWebPartDefinition type exposes the following members.

Constructors
  NameDescription
Protected methodBaseWebPartDefinition
Initializes a new instance of the BaseWebPartDefinition class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIdFromStorageKey
Public methodStatic memberGetStorageKeyFromId
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWebPart
Protected methodInitWebPart
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAllowClose
Specifies whether the Web Part can be closed.
Public fieldChromeState
Specifies the chrome state of the Web Part.
Public fieldChromeType
Specifies the chrome type of the Web Part.
Public fieldHeight
Specifies the height of the Web Part.
Public fieldStorageKey
Public fieldTitle
Specifies the title of the Web Part.
Public fieldWidth
Specifies the width of the Web Part.
Public fieldZoneId
Specifies the zone on the containing web page in which the Web Part should be placed.
Public fieldZoneIndex
Specifies the position of the Web Part within the zone.
Top
See Also