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 class CmsPathProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CmsPathProvider |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
CmsPathProvider |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
CombineVirtualPaths |
Combines a base path with a relative path to return a complete path to a virtual resource.
(Overrides VirtualPathProvider..::CombineVirtualPaths(String, String).) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
DirectoryExists |
Gets a value that indicates whether a directory exists in the virtual file system.
(Overrides VirtualPathProvider..::DirectoryExists(String).) |
|
Equals | (Inherited from Object.) | |
FileExists |
Gets a value that indicates whether a file exists in the virtual file system.
(Overrides VirtualPathProvider..::FileExists(String).) |
|
GetCacheDependency |
Creates a cache dependency based on the specified virtual paths.
(Overrides VirtualPathProvider..::GetCacheDependency(String, IEnumerable, DateTime).) |
|
GetCacheKey | (Inherited from VirtualPathProvider.) | |
GetCmsFile |
Loads a file from the Cms
|
|
GetDirectory |
Gets a virtual directory from the virtual file system.
(Overrides VirtualPathProvider..::GetDirectory(String).) |
|
GetFile |
Gets a virtual file from the virtual file system.
(Overrides VirtualPathProvider..::GetFile(String).) |
|
GetFileHash |
Returns a hash of the specified virtual paths.
(Overrides VirtualPathProvider..::GetFileHash(String, IEnumerable).) |
|
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from VirtualPathProvider.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
Initialize | (Inherited from VirtualPathProvider.) | |
MemberwiseClone | (Inherited from Object.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
Public Properties
Name | Description | |
---|---|---|
Prefix |
Gets the prefix.
|
Protected Properties
Name | Description | |
---|---|---|
Previous | (Inherited from VirtualPathProvider.) |
See Also
Smartsite.AspNet.Bridge Namespace