Click or drag to resize

IFieldValueFactory Interface

Provides functionality for exporting a BaseFieldValue configuration object.

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface IFieldValueFactory : IGenericFactory<SPField>, 
	ISingleton

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