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




In This Topic
    UseMarkupIndexFile Field
    In This Topic
    Key to read the Use Markup Index File property for this ImageDataProvider from Web.config MarkupFileImageDataProvider.UseMarkupIndexFile
    Syntax
    'Declaration
     
    Public Const UseMarkupIndexFile As String
    'Usage
     
    Dim value As String
     
    value = MarkupFileImageDataProvider.ConfigKeys.UseMarkupIndexFile
    public const string UseMarkupIndexFile
    public: const string* UseMarkupIndexFile
    public:
    const String^ UseMarkupIndexFile
    See Also