Table of Contents

Interface ISyntexModelPublication

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

Defines a model publication

public interface ISyntexModelPublication

Properties

ModelUniqueId

Unique id of the SharePoint Syntex model

Guid ModelUniqueId { get; }

Property Value

Guid

TargetLibraryServerRelativeUrl

Server relative url of the library registered with the model

string TargetLibraryServerRelativeUrl { get; }

Property Value

string

TargetSiteUrl

Fully qualified URL of the site collection holding the library registered with the model

string TargetSiteUrl { get; }

Property Value

string

TargetWebServerRelativeUrl

Server relative url of the web holding the library registered with the model

string TargetWebServerRelativeUrl { get; }

Property Value

string

ViewOption

The view option specified when registering the model with the library

MachineLearningPublicationViewOption ViewOption { get; }

Property Value

MachineLearningPublicationViewOption