Inits the specified uploader.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public abstract void Init( IAjaxUploader uploader, HttpContext context ) |
Visual Basic |
---|
Public MustOverride Sub Init ( _ uploader As IAjaxUploader, _ context As HttpContext _ ) |
Visual C++ |
---|
public: virtual void Init( IAjaxUploader^ uploader, HttpContext^ context ) abstract |
Parameters
- uploader
- Type: RTE..::..IAjaxUploader
The uploader.
- context
- Type: System.Web..::..HttpContext
The context.