CustomDataProvider(String, Boolean, String, String) Constructor

Initializes a new instance of the CustomDataProvider class

Definition

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

Parameters

serverName  String
 
useIntegratedAuthentication  Boolean
 
userName  String
 
password  String
 

See Also