FolderShortInfo Class
Contains the short description of a folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.FolderTreeNodeInfo
Microsoft.WindowsServerSolutions.Storage.FolderShortInfo
Syntax
[DataContractAttribute]
public class FolderShortInfo : FolderTreeNodeInfo
[DataContractAttribute]
public ref class FolderShortInfo : FolderTreeNodeInfo
<DataContractAttribute>
Public Class FolderShortInfo
Inherits FolderTreeNodeInfo
Constructors
Name | Description | |
---|---|---|
FolderShortInfo() | Creates a new instance of the FolderShortInfo object. |
Properties
Name | Description | |
---|---|---|
DriveLabel | Gets and sets the drive label. |
|
FullName | Gets and sets the full name of the folder tree node.(Inherited from FolderTreeNodeInfo.) |
|
Name | Gets and sets the name of the folder tree node.(Inherited from FolderTreeNodeInfo.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top