PagePorter Class Library

NavigationMetadata Members

NavigationMetadata overview

Public Instance Constructors

NavigationMetadata Constructor Initializes a new instance of the NavigationMetadata class.

Public Instance Properties

AllNames (inherited from Metadata) Returns a string array containing the names of all of the variables in the collection.
Count (inherited from Metadata) Returns the number of variables in the collection.
DefaultAccessClass (inherited from Metadata) Gets or sets the default access class for unspecified variables.
Excluded A flag indicating that the page is excluded from the user interface.
FileName (inherited from Metadata) Gets or sets the filename of the .cnf file used to persist the collection.
Global A flag indicating that the page is a global (top-level) page without a parent.
NavSequence A flag indicating that the page is the parent node of a Custom Link Bar.
Target Gets or sets the value for the HTML target attribute for this page.

Public Instance Methods

Clear (inherited from Metadata) Removes all variables from the collection.
Equals (inherited from Metadata)Overloaded. Determines whether two Metadata objects have the same values.
GetAccessClass (inherited from Metadata) Returns the access class value for a variable.
GetHashCode (inherited from Metadata) Returns the hash code for this instance.
GetNames (inherited from Metadata)Overloaded. Returns an array of variable names that match the access class.
GetType (inherited from Object)Gets the Type of the current instance.
GetValue (inherited from Metadata)Overloaded. Returns the value of a variable in the collection.
GetValueVti (inherited from Metadata) Returns the value of a variable in the collection using a vti-encoded string.
NameExists (inherited from Metadata) Determines whether a variable exists in the collection.
OpenFile (inherited from Metadata)Overloaded. Reads the .cnf file into the variable collection.
Parse (inherited from Metadata) Parses a standard vti-format string and sets a name/value pair variable in the collection.
RemoveValue (inherited from Metadata) Removes a variable from the collection.
SaveFile (inherited from Metadata)Overloaded. Writes the .cnf file with the current values in the collection.
SetValue (inherited from Metadata)Overloaded. Sets the value of a variable in the collection.
SetValueVti (inherited from Metadata) Sets the value of a variable in the collection using a vti-encoded string.
ToString (inherited from Metadata)Overloaded. Returns a string representing an object.

Protected Instance Methods

Construct (inherited from Metadata) Protected constructor used by the public constructors.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
ObjectToString (inherited from Metadata) Converts an object into a vti-compatible string.
ParseLine (inherited from Metadata) Parses in input line into the variable name and the string value.
ParseObj (inherited from Metadata) Parses a string value into an object and an accessClass character.
UnescapeString (inherited from Metadata) Reverses the escape procedure on a string.
ValueToString (inherited from Metadata) Converts a variable value into a complete vti-compatible string.

See Also

NavigationMetadata Class | Parastream.Web.MsFrontPage Namespace