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




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupSqlImageDataProvider Class : StorageRootPath Property
The root path to and from which documents will be stored and retrieved in the file system. This only applies if SqlImageDataFieldBlob is specified as "false". SqlImageDataFieldBlob. Paths that begin with a tilde '~' will be mapped to the server application root directory.
Syntax
'Declaration
 
Public ReadOnly Property StorageRootPath As String
'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As String
 
value = instance.StorageRootPath
public string StorageRootPath {get;}
public: __property string* get_StorageRootPath();
public:
property String^ StorageRootPath {
   String^ get();
}
Remarks
Required and must be a valid directory if either UseImageTable or SqlImageDataFieldBlob are false.
Example
"~/Documents"
See Also

Reference

MarkupSqlImageDataProvider Class
MarkupSqlImageDataProvider Members