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
System_CAPS_pubmethod FolderUtil()

Creates a new instance of the FolderUtil object.

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static DfsNameSpace

Gets and sets the DFS namespace.

System_CAPS_pubpropertySystem_CAPS_static DfsRootPhysicalPath

Gets and sets the DFS root physical path.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BuildFolderPath(ThreadSafeReadOnlyObservableCollection<Folder>, Guid, String)

Builds a folder path, using the specified storage folder, type ID, and name.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetDrivesOfDevice(String)

Retrieves the drive of the specified device.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetServerInformation()

Retrieves the server information.

System_CAPS_pubmethodSystem_CAPS_static GetShareLocation(Folder)

Retreives the share location of the folder.

System_CAPS_pubmethodSystem_CAPS_static GetSubFolderInfos(FolderTreeNodeInfo)

Retrieves folder info for the specified subfolders.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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