Interface IFieldValueCollection
Collection of 'special' field values
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFieldValueCollection
Collection of 'special' field values
public interface IFieldValueCollection
The 'special' field values
ObservableCollection<IFieldValue> Values { get; }
| ObservableCollection<IFieldValue> |
Removes IFieldLookupValue from the collection if found
void RemoveLookupValue(int lookupId)
|
int
lookupId
Id of the IFieldLookupValue to remove |
Removes IFieldTaxonomyValue from the collection if found
void RemoveTaxonomyFieldValue(Guid termId)
|
Guid
termId
Id of the IFieldTaxonomyValue to remove |