Click or drag to resize

PropertyGroupStore Method

Store the properties values contained by this property into the PropertyEditor.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int Store(
	IPropertyEditor to,
	bool persist
)

Parameters

to
Type: Com.Datalogic.Device.ConfigurationIPropertyEditor
- The IPropertyEditor in charge of applying the desired values.
persist
Type: SystemBoolean
- boolean if true the configuration is saved in a persistent way across system reboots.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the ConfigException error constants.
Exceptions
ExceptionCondition
ConfigException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Store the properties values contained by this property into the PropertyEditor.

[Android Documentation]

See Also