Click or drag to resize

DataExportHelper.GetExportLife Method

Determines the amount of days an export can remain in the database after performing an Offline Export

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int GetExportLife(
	IAppContext cxt,
	bool isLegacy = false
)

Parameters

cxt
Type: NetQuarry.IAppContext
The current AppContext
isLegacy (Optional)
Type: System.Boolean
Determines if the function should look at the legacy names of features or not.

Return Value

Type: Int32
The amount of days, in int, that an Export can remain in the database. If not set in the features, the Default temporary filter life will be used.
See Also