This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class MetaLayer
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class MetaLayer

The type exposes the following members.

Public Methods

  Name Description
Public method Static member FlushAllCaches
Flushes all the caches in the meta layer
Public method Static member SetVirtualDirectories
Sets the list of virtual directories available in this system.
Public method Static member Start Overloaded.

Public Properties

  Name Description
Public property Static member IsInitialized
Returns true if the Meta Layer is initialized
Public property Static member RootPath
Gets the RootPath
Public property Static member WebRootPath
Gets the WebRootPath

Public Events

  Name Description
Public event Static member Flushing
Event that is raised when the the caches of the meta layer are flushed.

See Also

Advanced