ImageGear .NET v24.12 - Updated
Initialize Method (MarkupImageDataProvider)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupImageDataProvider Class : Initialize Method
The name of this MarkupImageDataProvider
The Web.config properties of this MarkupImageDataProvider
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

Reference

MarkupImageDataProvider Class
MarkupImageDataProvider Members