ComponentOne Web API Edition
DiskStorageProvider Constructor

C1.Web.Api.Storage Namespace > DiskStorageProvider Class : DiskStorageProvider Constructor
The disk path which is used as the root path.
Creates a DiskStorageProvider with disk path which is used as the root path.
Syntax
'Declaration
 
Public Function New( _
   ByVal root As String _
)
public DiskStorageProvider( 
   string root
)

Parameters

root
The disk path which is used as the root path.
See Also

Reference

DiskStorageProvider Class
DiskStorageProvider Members