Table of Contents

Class SyntexModelUnPublishOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Information about the library to unpublish a Syntex model from

public class SyntexModelUnPublishOptions
Inheritance
SyntexModelUnPublishOptions
Derived
Inherited Members

Constructors

SyntexModelUnPublishOptions()

Default constructor

public SyntexModelUnPublishOptions()

Properties

TargetLibraryServerRelativeUrl

Server relative url of the library registered with the model

public string TargetLibraryServerRelativeUrl { get; set; }

Property Value

string

TargetSiteUrl

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

public string TargetSiteUrl { get; set; }

Property Value

string

TargetWebServerRelativeUrl

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

public string TargetWebServerRelativeUrl { get; set; }

Property Value

string