Search Results for

    Show / Hide Table of Contents

    Class SyntexModelUnPublishOptions

    Information about the library to unpublish a Syntex model from

    Inheritance
    Object
    SyntexModelUnPublishOptions
    SyntexModelPublishOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class SyntexModelUnPublishOptions : object

    Constructors

    SyntexModelUnPublishOptions()

    Default constructor

    Declaration
    public SyntexModelUnPublishOptions()

    Properties

    TargetLibraryServerRelativeUrl

    Server relative url of the library registered with the model

    Declaration
    public string TargetLibraryServerRelativeUrl { get; set; }
    Property Value
    String

    TargetSiteUrl

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

    Declaration
    public string TargetSiteUrl { get; set; }
    Property Value
    String

    TargetWebServerRelativeUrl

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

    Declaration
    public string TargetWebServerRelativeUrl { get; set; }
    Property Value
    String

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