Interface IFieldValueCollection
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Collection of 'special' field values
public interface IFieldValueCollection
Properties
Values
The 'special' field values
ObservableCollection<IFieldValue> Values { get; }
Property Value
Methods
RemoveLookupValue(int)
Removes IFieldLookupValue from the collection if found
void RemoveLookupValue(int lookupId)
Parameters
lookupIdintId of the IFieldLookupValue to remove
RemoveTaxonomyFieldValue(Guid)
Removes IFieldTaxonomyValue from the collection if found
void RemoveTaxonomyFieldValue(Guid termId)
Parameters
termIdGuidId of the IFieldTaxonomyValue to remove