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




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