ContentStudio.Storage Namespace Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This namespace contains classes that handles external storage of documents in Content Studio. This namespace was added in Content Studio version 5.3
Classes

  Class Description
Public class ConfigurationRepository
Represents a configuration repository used to supply input data to a IVirtualPathProvider implementation.
Public class VirtualPathAdapter
Represents an adapter between any client and a Content Studio implementation of IVirtualPathProvider.
Public class VirtualPathManager
Represents a manager to a virtual file system.
Interfaces

  Interface Description
Public interface IPageableChildItemsTResult
Provides functionality for listing child items in a virtual directory
Public interface ISearchableVirtualDirectoryTResult
Provides functionality for searching for child items in a virtual directory.
Public interface ISecuritySupport
Provides support for ACL based security on files and/or directories in a virtual file system.
Public interface IVirtualPathAdapter
Provides methods that provides functionality for a VirtualPathAdapter that acts as the glue between ASP.NET VirtualPathProvider and a Content Studio Virtual path provider.
Public interface IVirtualPathProvider
Provides a set of methods that enable an application to retrieve resources from a virtual file system.
Public interface IWritableVirtualPathProvider
Provides a set of methods that enable an application to edit resources from a virtual file system. This interface extends the IVirtualPathProvider interface.