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

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

Provides the base definition for the IVirtualDirectory and IVirtualFile interfaces.

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

public interface IVirtualStorageItem

The IVirtualStorageItem type exposes the following members.

Properties

  NameDescription
Public propertyCreationTime
Gets the creation time of the current IVirtualStorageItem.
Public propertyIsDirectory
Gets a value indicating whether this instance is directory.
Public propertyLastAccessTime
Gets time the current IVirtualStorageItem was last accessed.
Public propertyLastChangedTime
Gets time the current IVirtualStorageItem was last changed.
Public propertyName
Gets the name of this IVirtualStorageItem .
Public propertyVirtualPath
Gets the virtual item path.
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference