XafApplication.GetDiffDefaultName(String) Method
In This Article
Gets the model differences file name
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
store |
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