ObjectCustomizationObservablePropertyValueTValueTypeResetValue Method

Mark the value as reset in this session, the value will lose its local value after commiting.

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void ResetValue()

Remarks

This is similar to the little "Reset Value" Button found in the template editor in articy. It will clear any local values and make it fallback to any previous values along the chain. So when clearing on a template for example, the value will fall through to the feature definition.

See Also