FolderUtil Class
Contains folder utility members.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.FolderUtil
Syntax
public class FolderUtil
public ref class FolderUtil
Public Class FolderUtil
Constructors
Name | Description | |
---|---|---|
FolderUtil() | Creates a new instance of the FolderUtil object. |
Properties
Name | Description | |
---|---|---|
DfsNameSpace | Gets and sets the DFS namespace. |
|
DfsRootPhysicalPath | Gets and sets the DFS root physical path. |
Methods
Name | Description | |
---|---|---|
BuildFolderPath(ThreadSafeReadOnlyObservableCollection<Folder>, Guid, String) | Builds a folder path, using the specified storage folder, type ID, and name. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetDrivesOfDevice(String) | Retrieves the drive of the specified device. |
|
GetHashCode() | (Inherited from Object.) |
|
GetServerInformation() | Retrieves the server information. |
|
GetShareLocation(Folder) | Retreives the share location of the folder. |
|
GetSubFolderInfos(FolderTreeNodeInfo) | Retrieves folder info for the specified subfolders. |
|
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