ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupImageDataProvider Class / Initialize Method
The name of this MarkupImageDataProvider
The Web.config properties of this MarkupImageDataProvider




In This Topic
    Initialize Method (MarkupImageDataProvider)
    In This Topic
    Initializes properties from Web.config settings. If you override this method, be sure to call base.Initialize(). System.Configuration.Provider.ProviderBase
    Syntax
    'Declaration
     
    Public Overrides Sub Initialize( _
       ByVal name As String, _
       ByVal config As NameValueCollection _
    ) 
    'Usage
     
    Dim instance As MarkupImageDataProvider
    Dim name As String
    Dim config As NameValueCollection
     
    instance.Initialize(name, config)
    public override void Initialize( 
       string name,
       NameValueCollection config
    )
    public: void Initialize( 
       string* name,
       NameValueCollection* config
    ) override 
    public:
    void Initialize( 
       String^ name,
       NameValueCollection^ config
    ) override 

    Parameters

    name
    The name of this MarkupImageDataProvider
    config
    The Web.config properties of this MarkupImageDataProvider
    See Also