RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
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: Telerik.Web.UI
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2012.2.215.0 (2012.02.215.0)

Syntax

C#
public string ContentProviderTypeName { get; set; }
Visual Basic
Public Property ContentProviderTypeName As String
	Get
	Set

Field Value

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