PagePorter Class Library

FileMetadata.NavBits Property

Gets or sets the type of link bars that appear on the page.

[Visual Basic]
Public Property NavBits As String
[C#]
public string NavBits {get; set;}

Property Value

The value indicates the type of link bars that appear on the page. The value is a string formed by concatenating the appropriate letters from this table:

LetterLink Bar Features
AAll (includes all the entries in this table)
BBanner
CChildren
GGlobal
HHome
NNext
PParents
SSiblings
TTop
UUp
VPrevious
The default value is null (Nothing in Visual Basic).

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace