ImageGear .NET v24.12 - Updated
StorageRootPath Property (MarkupFileImageDataProvider)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataProvider Class : StorageRootPath Property
Gets the Storage Root Path specified in Web.config for this Data Provider. This path is the path from which all documents will be served, and the path to which uploaded documents will be stored.
Syntax
'Declaration
 
Public ReadOnly Property StorageRootPath As String
'Usage
 
Dim instance As MarkupFileImageDataProvider
Dim value As String
 
value = instance.StorageRootPath
public string StorageRootPath {get;}
public: __property string* get_StorageRootPath();
public:
property String^ StorageRootPath {
   String^ get();
}
See Also

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members