Click or drag to resize
IItemDefinitionFactory Interface
Provides functionality for exporting a ItemDefinition configuration object.

Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public interface IItemDefinitionFactory : IGenericFactory<SPListItem>, 
	ISingleton

The IItemDefinitionFactory 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 SPListItem. The functionality is used i.e. for the "Save Site as Provisioning Template" functionality.
See Also