Search Results for

    Show / Hide Table of Contents

    Class SyntexModelUnPublishOptions

    Information about the library to unpublish a Syntex model from

    Inheritance
    object
    SyntexModelUnPublishOptions
    SyntexModelPublishOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class SyntexModelUnPublishOptions

    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