Skip to main content
.NET 6.0+

XafApplication.GetDiffDefaultName(String) Method

Gets the model differences file name

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual string GetDiffDefaultName(
    string storePath
)

Parameters

Name Type Description
storePath String

A string which is the path to the model differences folder.

Returns

Type Description
String

A string which is the model differences file name.

Remarks

By default, returns the ModelStoreBase.AppDiffDefaultName value.

See Also