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

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

The VirtualPathAdapter type exposes the following members.

Methods

  Name Description
Public method CombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
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.
Public method Equals (Inherited from Object.)
Public method FileExists
Gets a value that indicates whether a file exists in the virtual file system.
Protected method Finalize (Inherited from Object.)
Public method GetBasePath
Gets the base path.
Public method GetCacheDependency
Creates a cache dependency based on the specified virtual paths.
Public method GetCacheKey
Gets a cache key to use for the specified virtual path.
Public method GetCaller
Gets the caller.
Public method GetDirectory
Gets a virtual directory from the virtual file system.
Public method GetDirectoryMetadata
Gets the directory meta data.
Public method GetFile
Gets a virtual file from the virtual file system.
Public method GetFileHash
Returns a hash of the specified virtual paths.
Public method GetFileMetadata
Gets the file meta data.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetPathForProvider
Gets the path that provider a provider uses.
Public method GetProvider
Gets the provider that uses a specific virtual path.
Public method GetType (Inherited from Object.)
Public method GetWritableProvider
Gets the writable provider used to write to the virtual file system.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
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 SetFileMetadata
Sets meta data such as LastAccessTime or an attribute on a file in a virtual file system.
Public method ToString (Inherited from Object.)
Top
See Also

Reference