Click or drag to resize
FileManagerDialogConfigurationContentProviderTypeName Property
Gets or sets the fully qualified type name of the FileBrowserContentProvider used in the dialog, including the assembly name, version, culture, public key token.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ContentProviderTypeName { get; set; }

Property Value

Type: String
The default value is string.Empty
Remarks
When the value of this property is string.Empty (default), the dialog will use the integrated FileSystemContentProvider.
See Also