Table of Contents

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

ObservableCollection<IFieldValue>

Methods

RemoveLookupValue(int)

Removes IFieldLookupValue from the collection if found

void RemoveLookupValue(int lookupId)

Parameters

lookupId int

Id of the IFieldLookupValue to remove

RemoveTaxonomyFieldValue(Guid)

Removes IFieldTaxonomyValue from the collection if found

void RemoveTaxonomyFieldValue(Guid termId)

Parameters

termId Guid

Id of the IFieldTaxonomyValue to remove