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 Code |
---|---|
public static class MetaLayer |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class MetaLayer |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
FlushAllCaches |
Flushes all the caches in the meta layer
|
|
SetVirtualDirectories |
Sets the list of virtual directories available in this system.
|
|
Start | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
IsInitialized |
Returns true if the Meta Layer is initialized
|
|
RootPath |
Gets the RootPath
|
|
WebRootPath |
Gets the WebRootPath
|
Public Events
Name | Description | |
---|---|---|
Flushing |
Event that is raised when the the caches of the meta layer are flushed.
|
See Also
Smartsite.Data Namespace