RichEditExtension.GetDocumentId(String) Method
Returns the unique identifier of the specified RichEdit document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value specifying the RichEdit extension name. |
Returns
| Type | Description |
|---|---|
| String | A string value that uniquely identifies the document. |
See Also