DiskStorageProvider Constructor
In This Topic
Creates a
DiskStorageProvider with disk path which is used as the root path.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public DiskStorageProvider(
string
)
Parameters
- root
- The disk path which is used as the root path.
See Also