Initializes a new instance of the FileStorage class

Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected FileStorage(
	HttpContext context
)
Visual Basic
Protected Sub New ( _
	context As HttpContext _
)
Visual C++
protected:
FileStorage(
	HttpContext^ context
)

Parameters

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

See Also