Click or drag to resize

CustomDataProvider Constructor (String, Boolean, String, String)

Initializes a new instance of the CustomDataProvider class

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public CustomDataProvider(
	string serverName,
	bool useIntegratedAuthentication,
	string userName,
	string password
)

Parameters

serverName
Type: SystemString
useIntegratedAuthentication
Type: SystemBoolean
userName
Type: SystemString
password
Type: SystemString
See Also