FileSystemItem Members
The file system item.Constructors
Name | Description |
---|---|
FileSystemItem() | Initializes a new instance of the FileSystemItem class. |
Properties
Name | Description |
---|---|
CustomFields | Gets the collection of custom fields bound to a file system item. |
DateModified | Specifies a timestamp that indicates when the file system item was last modified. |
HasSubDirectories | Specifies whether a file system item (a directory) has subdirectories. |
IsDirectory | Specifies whether a file system item is a directory. |
Key | Specifies a file system item’s key. |
Name | Specifies a file system item’s name. |
Size | Specifies a file system item’s size, in bytes. |
Thumbnail | Specifies an icon (URL) to be used as the file system item’s thumbnail. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also