Search Results for

    Show / Hide Table of Contents

    Enum MachineLearningPublicationViewOption

    Options that define how adding a classifier will impact the library's views

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum MachineLearningPublicationViewOption : int

    NewView

    We will create a new view for your destination library. Your classifier will appear as a content type with a view, and your extractors will appear as site columns.

    NewViewAsDefault

    We will create a new view for your destination library. Your classifier will appear as a content type with a view, and your extractors will appear as site columns. This new view will also be the default view

    NoNewView

    No view is being added

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