Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / DiskStorageProvider Class / DiskStorageProvider Constructor
The disk path which is used as the root path.

In This Topic
    DiskStorageProvider Constructor
    In This Topic
    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