VirtualPathManager Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents a manager to a virtual file system.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.StorageVirtualPathManager

Namespace: ContentStudio.Storage
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class VirtualPathManager : CSBase

The VirtualPathManager type exposes the following members.

Constructors

  NameDescription
Public methodVirtualPathManager
Initializes a new instance of the VirtualPathManager class
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDirectoryExists
Gets a value that indicates whether a directory exists in the virtual file system.
Public methodEquals (Inherited from Object.)
Public methodFileExists
Gets a value that indicates whether a directory exists in the virtual file system.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodIsHandledPath
Determines whether the specified path is handled by any of the providers.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference