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




In This Topic
    StorageRootPath Field (MarkupFileImageDataProvider.ConfigKeys)
    In This Topic
    Key to read the Storage Root Path property for this ImageDataProvider from Web.config MarkupFileImageDataProvider.StorageRootPath
    Syntax
    'Declaration
     
    Public Const StorageRootPath As String
    'Usage
     
    Dim value As String
     
    value = MarkupFileImageDataProvider.ConfigKeys.StorageRootPath
    public const string StorageRootPath
    public: const string* StorageRootPath
    public:
    const String^ StorageRootPath
    See Also