Click or drag to resize
IVirtualFileObject Interface
Virtual file object interface, represents object used for DbVirtualFile logic

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public interface IVirtualFileObject

The IVirtualFileObject type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets virtual file content for current object
Public propertyIsStoredExternally
Indicates whether file content is stored externally (e.g. file system)
Public propertyObjectHash
Gets object hash string used for identification of compiled version in .NET cache
Public propertyPhysicalFilePath
Gets the physical file path if exists
Top
See Also