XafApplication.GetDiffDefaultName(String) Method
Gets the model differences file name
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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