RichEditExtension.LoadDocument(String, String) Method
Obsolete. Loads a specific file to the specified RichEdit extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the Open method instead.")]
public static ActionResult LoadDocument(
string extensionName,
string filePath
)
<Obsolete("Use the Open method instead.")>
Public Shared Function LoadDocument(
extensionName As String,
filePath As String
) As ActionResult
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
Feedback