'Declaration Public Overloads Sub SetStorage( _ ByVal storageType As StorageType, _ ByVal storagePath As String _ )
public void SetStorage( StorageType storageType, string storagePath )
Parameters
- storageType
- The new storage type to use.
- storagePath
- The temporary directory to use if storageType is StorageType.Disk.