ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileImageDataProvider Class / ArtStorageRootPath Property




In This Topic
    ArtStorageRootPath Property
    In This Topic
    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