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




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