RichEditExtension.GetDocumentId(String) Method
In This Article
Returns the unique identifier of the specified RichEdit document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
extension |
String | A string value specifying the Rich |
#Returns
Type | Description |
---|---|
String | A string value that uniquely identifies the document. |
See Also