Class SyntexModelUnPublishOptions
Information about the library to unpublish a Syntex model from
Inheritance
System.Object
SyntexModelUnPublishOptions
Assembly: PnP.Core.dll
Syntax
public class SyntexModelUnPublishOptions : object
Constructors
Declaration
public SyntexModelUnPublishOptions()
Properties
Server relative url of the library registered with the model
Declaration
public string TargetLibraryServerRelativeUrl { get; set; }
Property Value
Fully qualified URL of the site collection holding the library registered with the model
Declaration
public string TargetSiteUrl { get; set; }
Property Value
Server relative url of the web holding the library registered with the model
Declaration
public string TargetWebServerRelativeUrl { get; set; }
Property Value