Click or drag to resize

TenantSetting Constructor

Initializes a new instance of the TenantSetting class

Namespace:  LSRetail.Omni.Domain.DataModel.Base
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2026.4
Syntax
C#
public TenantSetting(
	string key,
	string value,
	string comment,
	string dataType,
	bool advanced,
	bool isDefault
)

Parameters

key
Type: SystemString
value
Type: SystemString
comment
Type: SystemString
dataType
Type: SystemString
advanced
Type: SystemBoolean
isDefault
Type: SystemBoolean
See Also