PagePorter Class Library

FileMetadata Members

FileMetadata overview

Public Static (Shared) Methods

GetVtiCnfFilename Returns the pathname of a specified file's CNF file.

Public Instance Constructors

FileMetadata Constructor Constructs a FileMetadata object.

Public Instance Properties

AllNames (inherited from Metadata) Returns a string array containing the names of all of the variables in the collection.
ApprovalDate Gets or sets the date and time at which the review status of the current file was changed.
AssignedDate Gets or sets the date and time at which the current file was assigned to a different person.
Author Gets or sets the author of the page.
BackLinkInfo Gets or sets a list of all the files (using a web-relative path) that link to the current page.
CachedTitle Gets or sets the file cached title as specified by the vti_cachedtitle variable.
CharSet Gets or sets the character set used in the page.
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.
Description Gets or sets the file description as specified by the vti_description variable.
DoNotPublish Gets or sets the file "Do Not Publish" flag.
Encoding Gets or sets the file encoding as specified by the vti_encoding variable.
FileName (inherited from Metadata) Gets or sets the filename of the .cnf file used to persist the collection.
FileSize Gets or sets the size of the current page in bytes.
Generator Gets or sets the string that identifies the name and version of the HTML authoring tool used to create the current page.
LinkInfo Gets or sets the array of URLs of each page that has a link on the current page.
ModifiedBy Gets or sets the string that identifies the person who last made changes to the page.
NavBits Gets or sets the type of link bars that appear on the page.
NextToLastTimeModified Gets or sets the previous date and time the file was last modified.
TimeCreated Gets or sets the date and time the file was created.
TimeLastModified Gets or sets the date and time the file was last modified.
Title Gets or sets the page title.
Url Gets or sets the URL of the folder associated with this metadata.

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

FileMetadata Class | Parastream.Web.MsFrontPage Namespace