Class SyntexModelUnPublishOptions
Information about the library to unpublish a Syntex model from
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class SyntexModelUnPublishOptions
Information about the library to unpublish a Syntex model from
public class SyntexModelUnPublishOptions
Default constructor
public SyntexModelUnPublishOptions()
Server relative url of the library registered with the model
public string TargetLibraryServerRelativeUrl { get; set; }
| string |
Fully qualified URL of the site collection holding the library registered with the model
public string TargetSiteUrl { get; set; }
| string |
Server relative url of the web holding the library registered with the model
public string TargetWebServerRelativeUrl { get; set; }
| string |