Mediachase FileUploader.NET 1.9 Framework Help

McHttpModule.ProgressStateSqlConnectionString Property

When using SqlServer mode to store progress information, specifies the string used to open a SQL Server database.

[Visual Basic]
Public Shared Property ProgressStateSqlConnectionString As String
[C#]
public static string ProgressStateSqlConnectionString {get; set;}

Property Value

The connection string that includes the source database name, and other parameters needed to establish the initial connection. The default value is an empty string.

See Also

McHttpModule Class | Mediachase.FileUploader Namespace