ImageGear .NET v24.12 - Updated
ArtStorageRootPath Property




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

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members