Class FieldValueCollection
Collection of 'special' field values
Inheritance
System.Object
FieldValueCollection
Assembly: PnP.Core.dll
Syntax
public sealed class FieldValueCollection : object, IFieldValueCollection
Constructors
Declaration
public FieldValueCollection()
Default constructor taking in a collection of IFieldValue objects
Declaration
public FieldValueCollection(IEnumerable<IFieldValue> fieldValues)
Parameters
Properties
Declaration
public ObservableCollection<IFieldValue> Values { get; }
Property Value
Implements
Methods
Declaration
public void RemoveLookupValue(int lookupId)
Parameters
Implements
Declaration
public void RemoveTaxonomyFieldValue(Guid termId)
Parameters
Implements