Search Results for

    Show / Hide Table of Contents

    Interface ISyntexModelPublication

    Defines a model publication

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ISyntexModelPublication

    Properties

    ModelUniqueId

    Unique id of the SharePoint Syntex model

    Declaration
    Guid ModelUniqueId { get; }
    Property Value
    Guid

    TargetLibraryServerRelativeUrl

    Server relative url of the library registered with the model

    Declaration
    string TargetLibraryServerRelativeUrl { get; }
    Property Value
    System.String

    TargetSiteUrl

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

    Declaration
    string TargetSiteUrl { get; }
    Property Value
    System.String

    TargetWebServerRelativeUrl

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

    Declaration
    string TargetWebServerRelativeUrl { get; }
    Property Value
    System.String

    ViewOption

    The view option specified when registering the model with the library

    Declaration
    MachineLearningPublicationViewOption ViewOption { get; }
    Property Value
    MachineLearningPublicationViewOption

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