Gets the path of the directory that ImageEditor uses for temporary files.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static string GetImageEditorTempDirectory(
	HttpContext context
)
Visual Basic
Public Shared Function GetImageEditorTempDirectory ( _
	context As HttpContext _
) As String
Visual C++
public:
static String^ GetImageEditorTempDirectory(
	HttpContext^ context
)

Parameters

context
Type: System.Web..::..HttpContext

[Missing <param name="context"/> documentation for "M:RTE.Editor.GetImageEditorTempDirectory(System.Web.HttpContext)"]

Return Value

[Missing <returns> documentation for "M:RTE.Editor.GetImageEditorTempDirectory(System.Web.HttpContext)"]

See Also