Skip to main content

RichEditExtension.GetDocumentId(String) Method

Returns the unique identifier of the specified RichEdit document.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static string GetDocumentId(
    string extensionName
)

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