PagePorter Class Library

NavigationMetadata.Excluded Property

A flag indicating that the page is excluded from the user interface.

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

Property Value

A flag indicating that the page is excluded from the user interface. The default value is false.

Remarks

Use this flag if you wish to have a page in the site navigational structure as a placeholder, but invisible to the user.

See Also

NavigationMetadata Class | Parastream.Web.MsFrontPage Namespace