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
TargetLibraryServerRelativeUrl
Server relative url of the library registered with the model
string TargetLibraryServerRelativeUrl { get; }
Property Value
TargetSiteUrl
Fully qualified URL of the site collection holding the library registered with the model
string TargetSiteUrl { get; }
Property Value
TargetWebServerRelativeUrl
Server relative url of the web holding the library registered with the model
string TargetWebServerRelativeUrl { get; }
Property Value
ViewOption
The view option specified when registering the model with the library
MachineLearningPublicationViewOption ViewOption { get; }