Interface ISyntexModelPublication
Defines a model publication
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ISyntexModelPublication
Defines a model publication
public interface ISyntexModelPublication
Unique id of the SharePoint Syntex model
Guid ModelUniqueId { get; }
Guid
|
Server relative url of the library registered with the model
string TargetLibraryServerRelativeUrl { get; }
System.String
|
Fully qualified URL of the site collection holding the library registered with the model
string TargetSiteUrl { get; }
System.String
|
Server relative url of the web holding the library registered with the model
string TargetWebServerRelativeUrl { get; }
System.String
|
The view option specified when registering the model with the library
MachineLearningPublicationViewOption ViewOption { get; }
MachineLearningPublicationViewOption
|