StorageManager.IsDriveWithSupportedFS Method (Drive)
Verifies whether the storage drive uses a file system that is supported by the storage provider.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static bool IsDriveWithSupportedFS(
Drive drive
)
public:
static bool IsDriveWithSupportedFS(
Drive^ drive
)
Public Shared Function IsDriveWithSupportedFS (
drive As Drive
) As Boolean
Parameters
drive
Type: Microsoft.WindowsServerSolutions.Storage.DriveThe Drive object that contains the storage drive.
Return Value
Type: System.Boolean
true if the drive uses a file system that is supported by the storage provider; otherwise, false.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top