Table of Contents

Enum MachineLearningPublicationViewOption

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

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

public enum MachineLearningPublicationViewOption

Fields

NewView = 0

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 = 1

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 = 2

No view is being added