RichEditExtension.LoadDocument(String, String) Method
OBSOLETE
Use the Open method instead.
Loads a specific file to the specified RichEdit extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the Open method instead.")]
public static ActionResult LoadDocument(
string extensionName,
string filePath
)
#Parameters
Name | Type | Description |
---|---|---|
extension |
String | A string value specifying the name of the Rich |
file |
String | A string value specifying the path to the file that should be loaded into the Rich |
#Returns
Type | Description |
---|---|
Action |
A Action |