DataExportHelperGetExportLife 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
)
Public Shared Function GetExportLife (
cxt As IAppContext,
Optional isLegacy As Boolean = false
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The current AppContext - isLegacy (Optional)
- Type: SystemBoolean
Determines if the function should look at the legacy names of features or not.
Return Value
Type:
Int32The 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