Click or drag to resize
DirectoryItemModel Class
Directory item model.
Inheritance Hierarchy

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public class DirectoryItemModel : PhysicalItemModel

The DirectoryItemModel type exposes the following members.

Constructors
  NameDescription
Public methodDirectoryItemModel
Initializes a new instance of the DirectoryItemModel class
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets a value specifying the file system attributes of this item.
(Inherited from PhysicalItemModel.)
Public propertyAvailableFreeSpace
Gets or sets the available free space on this volume.
(Inherited from PhysicalItemModel.)
Public propertyClassName
Gets or sets the class name.
(Inherited from PhysicalItemModel.)
Public propertyCreationTime
Gets or sets a value specifying the time this item was created.
(Inherited from PhysicalItemModel.)
Public propertyDriveFormat
Gets or sets the format of the drive.
(Inherited from PhysicalItemModel.)
Public propertyDriveType
Gets or sets the type of the drive.
(Inherited from PhysicalItemModel.)
Public propertyId
Gets or sets the item identifier.
(Inherited from ProtectableItemModel.)
Public propertyIsContainer
Gets or sets a value indicating whether or not this item is a container of other items.
(Inherited from ProtectableItemModel.)
Public propertyIsReadOnly
Gets or sets a value indicating whether or not this item is read only; that is, its Saturation cannot be changed.
(Inherited from ProtectableItemModel.)
Public propertyIsSupported
Gets or sets a value indicating whether this volume is supported.
(Inherited from PhysicalItemModel.)
Public propertyIsSystemDrive
Gets or sets a value indicating whether or not this volume is the system drive.
(Inherited from PhysicalItemModel.)
Public propertyItemType
Gets or sets the type of this item.
(Inherited from ProtectableItemModel.)
Public propertyLabel
Gets or sets the volume label.
(Inherited from PhysicalItemModel.)
Public propertyLastAccessTime
Gets or sets a value specifying the time this item was last accessed.
(Inherited from PhysicalItemModel.)
Public propertyLastWriteTime
Gets or sets a value specifying the time this item was last written to.
(Inherited from PhysicalItemModel.)
Public propertyMetadata
Gets or sets a value specifying additional meta data for this item.
(Inherited from PhysicalItemModel.)
Public propertyName
Gets or sets the name of this item.
(Inherited from ProtectableItemModel.)
Public propertyPath
Gets or sets the path that uniquely identifies this item.
(Inherited from ProtectableItemModel.)
Public propertySaturation
Gets or sets the saturation level of this item.
(Inherited from ProtectableItemModel.)
Public propertyShortNameBehavior
Gets or sets a value indicating the Short Name Behavior for this volume.
(Inherited from PhysicalItemModel.)
Public propertySize
Gets or sets a value indicating the physical size of the item.
(Inherited from PhysicalItemModel.)
Public propertyTotalSize
Gets or sets the total size of the volume.
(Inherited from PhysicalItemModel.)
Public propertyVolumeType
Gets or sets the volume type.
(Inherited from PhysicalItemModel.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also