Click or drag to resize
QRCodeGeneratorGetErrorCorrection Method
Gets the error correction settings from the given parameter

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static ERROR_CORRECTION GetErrorCorrection(
	string correction
)

Parameters

correction
Type: SystemString
Correction parameter

Return Value

Type: ERROR_CORRECTION
See Also