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.1.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 |
---|---|---|
extensionName | String | A string value specifying the name of the RichEdit extension that loads the document. |
filePath | String | A string value specifying the path to the file that should be loaded into the RichEdit. |
Returns
Type | Description |
---|---|
ActionResult | A ActionResult encapsulating the result of a RichEdit’s document load operation. |
See Also