PagePorter Class Library

WebMetadata Methods

The methods of the WebMetadata class are listed below. For a complete list of WebMetadata class members, see the WebMetadata Members topic.

Public Instance Methods

CaseAdjustWebUrl Returns a pathname string that is case-adjusted for the CaseSensitiveUrls property.
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.
GetSubstitutionNames Gets the array of substitution variable names, used by the FpSubstitution control.
GetSubstitutionValue Gets the value of a substitution variable, used by the FpSubstitution control.
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.
Initialize Initializes the object to default project values.
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.
SaveFileOverloaded. Writes the .cnf file and the optional alternate file with the current values in the collection.
SaveFile (inherited from Metadata)Overloaded. Writes the .cnf file with the current values in the collection.
SetSubstitutionVariable Sets the value of a substitution variable, used by the FpSubstitution control.
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.
WebUrlsEqual Returns a value that indicates if two pathnames are equal.

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

WebMetadata Class | Parastream.Web.MsFrontPage Namespace