Click or drag to resize

ProvisioningConfiguration Class

Specifies a MatchPoint provisioning template.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.ProvisioningProvisioningConfiguration

Namespace:  Colygon.MatchPoint.Provisioning
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class ProvisioningConfiguration : IConfiguration, 
	IConfigurationLifecycle

The ProvisioningConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningConfiguration
Initializes a new instance of the ProvisioningConfiguration class
Top
Properties
  NameDescription
Public propertyFullName
Public propertyName
Contains a GUID that is used to identify this provisioning configuration.
Top
Methods
  NameDescription
Public methodAfterLoad
Public methodAfterSave
Public methodBeforeSave
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCategory
Specifies a category for this provisioning configuration.
Public fieldDescription
Specifies a description for this provisioning configuration.
Public fieldHidden
Specifies whether the provisioning configuration is hidden.
Public fieldId
Public fieldImageUrl
Specifies the location of an image which is displayed if the provisioning configuration is selected from a SharePoint dialog.
Public fieldLanguages
Specifies languages for which this template is available.
Public fieldTemplateId
Specifies the template ID used in the WebTemp*.xml if the provisioning configuration is globally published.
Public fieldTitle
Specifies a title for this provisioning configuration. This title is used to identify the provisioning template within the workspace template configuration.
Public fieldVisibilityFeatureDependency
Hides this provisioning configuration based on the activation state of the specified feature.
Public fieldWebDefinition
Contains the web definition of the provisioning configuration.
Top
Remarks
A provisioning configuration provides an easy way for creating SharePoint site templates, i.e. for creating MatchPoint workspaces. Before a provisioning template can be used, it has to be published. This requires a feature to be deployed farm-wide (including an IISRESET).

Once published, changes within the configuration can be made without having to re-publish the template. Only changes on the 'root' element of the provisioning template configuration require a re-publish.

Remarks
This is a MatchPoint configuration class.
See Also