PagePorter Class Library

FileMetadata Class

Provides access to a file's meta information contained in the hidden _vti_cnf folder.

For a list of all members of this type, see FileMetadata Members.

System.Object
   Parastream.Web.MsFrontPage.Metadata
      Parastream.Web.MsFrontPage.FileMetadata

[Visual Basic]
Public Class FileMetadata
    Inherits Metadata
[C#]
public class FileMetadata : Metadata

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The meta data file carries meta information for a document in the web site. For example, there is a variable that can hold the file author's name. These variables are accessible through a few properties in this class, or more generally through the GetValue and SetValue methods.

The meta information is stored in a file that resides in the _vti_cnf directory immediately below the document file. For example, the meta info file for the document Default.aspx is _vti_cnf/Default.aspx.

See the Metadata class overview remarks for information on the format of the meta information file.

Requirements

Namespace: Parastream.Web.MsFrontPage

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

FileMetadata Members | Parastream.Web.MsFrontPage Namespace