ImageGear .NET v24.12 - Updated
ArtConnection Constructor(String)




ImageGear24.Web.Services Assembly > ImageGear.Web.UI Namespace > ArtConnection Class > ArtConnection Constructor : ArtConnection Constructor(String)
provider name
Initializes a new instance of the ArtConnection class. May need to rethink this as ASP.NET controls don't handle the provider as yet.
Syntax
'Declaration
 
Public Function New( _
   ByVal providerName As String _
)
'Usage
 
Dim providerName As String
 
Dim instance As New ArtConnection(providerName)
public ArtConnection( 
   string providerName
)
public: ArtConnection( 
   string* providerName
)
public:
ArtConnection( 
   String^ providerName
)

Parameters

providerName
provider name
See Also

Reference

ArtConnection Class
ArtConnection Members
Overload List