PagePorter Class Library

FolderMetadata Members

FolderMetadata overview

Public Instance Constructors

FolderMetadata Constructor Constructs a FolderMetadata object.

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.
FileName (inherited from Metadata) Gets or sets the filename of the .cnf file used to persist the collection.
HasSubdirs Gets or sets the value that indicates if the folder has subfolders beneath it.
IsBrowsable Gets or sets the value that indicates if the folder may be browsed.
IsExecutable Gets or sets the value that indicates if executable programs may be run in the folder.
IsScriptable Gets or sets the value that indicates if scripts may be run in the folder.
LastTimeStamp Gets or sets the date and time that represents the latest time the folder was modified.
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 Initializes the object to default project values.
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

FolderMetadata Class | Parastream.Web.MsFrontPage Namespace