Click or drag to resize

CreateItemModelReplaceFrom Property

The Id before the element is replaced.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string ReplaceFrom { get; set; }

Property Value

Type: String
Remarks

If CanReplace set to true, using ReplaceFrom will find the Item with matched Id before replacement occur

See Also