Back to Devexpress

XafApplication.GetDiffDefaultName(String) Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-getdiffdefaultname-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

XafApplication.GetDiffDefaultName(String) Method

Gets the model differences file name

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual string GetDiffDefaultName(
    string storePath
)
vb
Public Overridable Function GetDiffDefaultName(
    storePath As String
) As String

Parameters

NameTypeDescription
storePathString

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

|

Returns

TypeDescription
String

A string which is the model differences file name.

|

Remarks

By default, returns the ModelStoreBase.AppDiffDefaultName value.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace