ImageGear .NET - Updated
ArtConnection Constructor(String)




ImageGear23.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 provider As String _
)
'Usage
 
Dim provider As String
 
Dim instance As New ArtConnection(provider)
public ArtConnection( 
   string provider
)
public: ArtConnection( 
   string* provider
)
public:
ArtConnection( 
   String^ provider
)

Parameters

provider
provider name
See Also

Reference

ArtConnection Class
ArtConnection Members
Overload List