Click or drag to resize

TermFieldValue Class

Configuration class for a term field value (to be used within a BaseItemDefinition element within a ProvisioningConfiguration.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class TermFieldValue : BaseFieldValue

The TermFieldValue type exposes the following members.

Constructors
  NameDescription
Public methodTermFieldValue
Initializes a new instance of the TermFieldValue class
Top
Methods
  NameDescription
Public methodApply (Overrides BaseFieldValueApply(ProvisioningContext, SPListItem).)
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 (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldName
Specifies the internal name or the title of the list field. CAUTION: if a string with invalid characters was used to create the field (e.g. a 'The Column') the internal name of the field contains escaped characters ('The_x0020_Column').
(Inherited from BaseFieldValue.)
Public fieldTerms
Contains the terms that are to be applied.
Top
Remarks
This is a MatchPoint configuration class.
See Also