IVirtualPathProvider Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Provides a set of methods that enable an application to retrieve resources from a virtual file system.

Namespace: ContentStudio.Storage
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IVirtualPathProvider

The IVirtualPathProvider type exposes the following members.

Methods

  NameDescription
Public methodCombineVirtualPaths
Combines a base path with a relative path to return a complete path to a virtual resource.
Public methodDirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
Public methodFileExists
Gets a value that indicates whether a file exists in the virtual file system.
Public methodGetCacheDependency
Creates a cache dependency based on the specified virtual paths.
Public methodGetCacheKey
Gets a cache key to use for the specified virtual path.
Public methodGetDirectory
Gets a virtual directory from the virtual file system.
Public methodGetDirectoryMetadata
Gets the directory meta data.
Public methodGetFile
Gets a virtual file from the virtual file system.
Public methodGetFileHash
Returns a hash of the specified virtual paths.
Public methodGetFileMetadata
Gets the file meta data.
Top
Remarks

This interface was added in Content Studio version 5.3

See Also

Reference