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

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

Provides functionality to retrieve a virtual directory from the virtual file system.

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

public interface IVirtualDirectory : IVirtualStorageItem

The IVirtualDirectory type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets a list of the files and subdirectories contained in this virtual directory.
Public propertyCreationTime
Gets the creation time of the current IVirtualStorageItem.
(Inherited from IVirtualStorageItem.)
Public propertyDirectories
Gets a list of all the subdirectories contained in this directory.
Public propertyFiles
Gets a list of all the files contained in this directory.
Public propertyIsDirectory
Gets a value indicating whether this instance is directory.
(Inherited from IVirtualStorageItem.)
Public propertyLastAccessTime
Gets time the current IVirtualStorageItem was last accessed.
(Inherited from IVirtualStorageItem.)
Public propertyLastChangedTime
Gets time the current IVirtualStorageItem was last changed.
(Inherited from IVirtualStorageItem.)
Public propertyName
Gets the name of this IVirtualStorageItem .
(Inherited from IVirtualStorageItem.)
Public propertyVirtualPath
Gets the virtual item path.
(Inherited from IVirtualStorageItem.)
Top
Remarks

This interface was added in Content Studio version 5.3

See Also

Reference