Click or drag to resize

IWebDefinitionFactory Interface

Provides functionality for exporting a BaseWebDefinition configuration object.

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IWebDefinitionFactory : IGenericFactory<SPWeb>, 
	ISingleton

The IWebDefinitionFactory type exposes the following members.

Properties
  NameDescription
Public propertySequence
The sequence number for this singleton. Lower sequence has the higher priority.
(Inherited from ISingleton.)
Top
Methods
Remarks
This interface allows exporting a SPWeb. The functionality is used i.e. for the "Save Site as Provisioning Template" functionality.
See Also