PagePorter Class Library

FileMetadata.DoNotPublish Property

Gets or sets the file "Do Not Publish" flag.

[Visual Basic]
Public Property DoNotPublish As Boolean
[C#]
public bool DoNotPublish {get; set;}

Property Value

If the value is true, the page is not published. If the value is false, the page is published. The default value is true.

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace