Search Results for

    Show / Hide Table of Contents

    Interface IFieldValueCollection

    Collection of 'special' field values

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldValueCollection

    Properties

    Values

    The 'special' field values

    Declaration
    ObservableCollection<IFieldValue> Values { get; }
    Property Value
    ObservableCollection<IFieldValue>

    Methods

    RemoveLookupValue(Int32)

    Removes IFieldLookupValue from the collection if found

    Declaration
    void RemoveLookupValue(int lookupId)
    Parameters
    System.Int32 lookupId

    Id of the IFieldLookupValue to remove

    RemoveTaxonomyFieldValue(Guid)

    Removes IFieldTaxonomyValue from the collection if found

    Declaration
    void RemoveTaxonomyFieldValue(Guid termId)
    Parameters
    Guid termId

    Id of the IFieldTaxonomyValue to remove

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer