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




In This Topic
    StorageRootPath Field (MarkupSqlImageDataProvider.ConfigKeys)
    In This Topic
    Key to read StorageRootPath from Web.config
    Syntax
    'Declaration
     
    Public Const StorageRootPath As String
    'Usage
     
    Dim value As String
     
    value = MarkupSqlImageDataProvider.ConfigKeys.StorageRootPath
    public const string StorageRootPath
    public: const string* StorageRootPath
    public:
    const String^ StorageRootPath
    See Also