CSAspNetVirtualPathProvider Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The CSAspNetVirtualPathProvider type exposes the following members.

Methods

  Name Description
Public method CombineVirtualPaths (Inherited from VirtualPathProvider.)
Public method CreateDirectory
Creates the a new directory in a virtual file system.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method DeleteDirectory
Deletes a directory in a virtual file system and, if indicated, any subdirectory and file in the directory.
Public method DeleteFile
Deletes a file in a virtual file system.
Public method DirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
(Overrides VirtualPathProviderDirectoryExists(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 VirtualPathProviderFileExists(String).)
Protected method Finalize (Inherited from Object.)
Public method GetBasePath
Gets the base path.
Public method GetCacheDependency(String, IEnumerableString, DateTime)
Creates a cache dependency based on the specified virtual paths. This method is not implemented.
Public method GetCacheDependency(String, IEnumerable, DateTime)
Creates a cache dependency based on the specified virtual paths.
(Overrides VirtualPathProviderGetCacheDependency(String, IEnumerable, DateTime).)
Public method GetCacheKey
Returns a cache key to use for the specified virtual path.
(Overrides VirtualPathProviderGetCacheKey(String).)
Public method GetDirectory
Gets a virtual directory from the virtual file system.
(Overrides VirtualPathProviderGetDirectory(String).)
Public method GetDirectoryMetadata
Gets the directory meta data.
Public method GetDirectorySecurity
Gets a list of effective permissions for the caller that applies for a virtual directory
Public method GetFile
Gets a virtual file from the virtual file system.
(Overrides VirtualPathProviderGetFile(String).)
Public method GetFileHash(String, IEnumerableString)
Returns a hash of the specified virtual paths.
Public method GetFileHash(String, IEnumerable)
Returns a hash of the specified virtual paths.
(Overrides VirtualPathProviderGetFileHash(String, IEnumerable).)
Public method GetFileMetadata
Gets the file meta data.
Public method GetFileSecurity
Gets a list of effective permissions for the caller that applies for a virtual file
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Protected method Initialize
Initializes this instance.
(Overrides VirtualPathProviderInitialize.)
Public method InitializeLifetimeService (Inherited from VirtualPathProvider.)
Public method IsHandledPath
Determines whether the specified path is handled by any of the providers.
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method MoveDirectory
Moves and/or renames a directory in a virtual file system.
Public method MoveFile
Moves and/or renames a file in a virtual file system.
Public method Open
Opens a file in the virtual file system using a specified virtual path.
Public method Register
Registers the specified base path with the underlying VirtualPathProvider.
Public method ResolveProviderType
Resolves the provider type.
Public method SetDirectoryMetadata
Sets meta data such as LastAccessTime or an attribute on a directory in a virtual file system.
Public method SetDirectorySecurity
Sets security information for a virtual file system directory.
Public method SetFileMetadata
Sets meta data such as LastAccessTime or an attribute on a file in a virtual file system.
Public method SetFileSecurity
Sets security information for a virtual file system file.
Public method ToString (Inherited from Object.)
Top
See Also

Reference