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 class CmsPathProvider
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CmsPathProvider

The type exposes the following members.

Public Constructors

  Name Description
Public method CmsPathProvider
Constructor

Public Methods

  Name Description
Public method CombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
(Overrides VirtualPathProvider..::CombineVirtualPaths(String, String).)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
(Overrides VirtualPathProvider..::DirectoryExists(String).)
Public method Equals (Inherited from Object.)
Public method FileExists
Gets a value that indicates whether a file exists in the virtual file system.
(Overrides VirtualPathProvider..::FileExists(String).)
Public method GetCacheDependency
Creates a cache dependency based on the specified virtual paths.
(Overrides VirtualPathProvider..::GetCacheDependency(String, IEnumerable, DateTime).)
Public method GetCacheKey (Inherited from VirtualPathProvider.)
Public method GetCmsFile
Loads a file from the Cms
Public method GetDirectory
Gets a virtual directory from the virtual file system.
(Overrides VirtualPathProvider..::GetDirectory(String).)
Public method GetFile
Gets a virtual file from the virtual file system.
(Overrides VirtualPathProvider..::GetFile(String).)
Public method GetFileHash
Returns a hash of the specified virtual paths.
(Overrides VirtualPathProvider..::GetFileHash(String, IEnumerable).)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from VirtualPathProvider.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method Initialize (Inherited from VirtualPathProvider.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)

Public Properties

  Name Description
Public property Static member Prefix
Gets the prefix.

Protected Properties

  Name Description
Protected property Previous (Inherited from VirtualPathProvider.)

See Also

Advanced