Click or drag to resize

RecoverIdType(Boolean) Constructor

Linkar Framework .NET (Core and Framework)


Use this constructor to recovering items ids that used Custom RecordIdType.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public RecoverIdType(
	bool custom
)

Parameters

custom  Boolean
If true, the recovery of deleted item IDs is handled in SUB.LK.MAIN.NEWRECOVERRECORDID.CUSTOM. If false, no technique to recover deleted item IDs will be used.
See Also