Skip to main content

DocumentSavingEventArgs.DocumentID Property

Gets the document’s unique identifier.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string DocumentID { get; }

Property Value

Type Description
String

The unique document identifier.

See Also