PagePorter Class Library

WebMetadata Members

WebMetadata overview

Public Static (Shared) Properties

CnfFileName Gets the filename for the PagePorter web metadata file.
FpCnfFileName Gets the filename for the FrontPage web metadata file.

Public Instance Constructors

WebMetadata Overloaded. Constructs a WebMetadata object.

Public Instance Properties

AllNames (inherited from Metadata) Returns a string array containing the names of all of the variables in the collection.
AltFileName Gets or sets the altername filename that persists the web metadata.
ApprovalLevels Gets or sets a list of the categories available for Review Status in the Review Status Report.
AspNetWebFormExt Gets or sets the extension for ASP.NET web form pages.
AspNetWebUserCtrlExt Gets or sets the extension for ASP.NET web user control pages.
AspNetWelcomeName Gets or sets the name of the ASP.NET home page.
Author Gets or sets the author of the web.
BorderDefault Gets or sets the default shared border configuration.
CaseSensitiveUrls Gets or sets a flag that indicates if URLs are case-sensitive.
Categories Gets or sets a list of categories that are available for use in the current web.
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.
DefaultCharSet Gets or sets the default character set in use by the web.
DefaultLanguage Gets or sets the default language in use by the web, as specified by its lcid.
Encoding Gets or sets the type of encoding used in this site.
FileName (inherited from Metadata) Gets or sets the filename of the .cnf file used to persist the collection.
HasSearchBot Gets or sets a flag that indicates is the current web includes the Microsoft FrontPage search form.
HtmlExtensions Gets or sets the file extensions of the types of supported web pages.
InsecureServerUrl Gets or sets the url of the server, if the server is not using SSL or some other secure transport method.
LongFilenames Gets or sets a flag that indicates if long filenames are supported.
NavButtonHomeLabel Gets or sets the caption for the "Home" navigation button.
NavButtonNextLabel Gets or sets the caption for the "Next" navigation button.
NavButtonPrevLabel Gets or sets the caption for the "Back" navigation button.
NavButtonUpLabel Gets or sets the caption for the "Up" navigation button.
NavigationSiteMaps Gets or sets the list of filenames and data sources to use for the navigation site maps.
ProjectFilesFrontPage Gets or sets the list of filenames in the FrontPage project.
ProjectFilesLastModified Gets or sets the date and time when the project file lists were last modified.
ProjectFilesPagePorter Gets or sets the list of filenames in the PagePorter project.
SecureServerUrl Gets or sets the url of the server, if the server is using SSL or some other secure transport method.
TextExtensions Gets or sets the three-letter file extensions that identify text files in the current web.
ThemeDefault Gets or sets the name of the default Microsoft Theme.
WebServerType Gets or sets the type of Web Server used by this site.
WelcomeNames Gets or sets the array of legal home page names for this site.

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