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




In This Topic
    StorageRootPath Property (MarkupFileImageDataProvider)
    In This Topic
    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