Version

UploadEnabled Property

Gets or sets a value indicating if the user is allowed to upload files.
Syntax
'Declaration
 
Public Property UploadEnabled As Boolean
public bool UploadEnabled {get; set;}

Property Value

true if the user is allowed to upload files; false otherwise. The default value is true.
Remarks

Setting this property to false will cause the upload portion of the upload dialog to not be rendered, causing the upload dialog to be a read-only mechanism for loading images/files into the editor window.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also