Skip to main content
A newer version of this page is available. .

XafApplication.GetDiffDefaultName(String) Method

Gets the model differences file name

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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