Click or drag to resize

CreateItemModelCanReplace Property

Allows the Item to be automatically replaced.

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

Property Value

Type: Boolean
Remarks

If set to false, the Item has to be disposed of before another one can take its place.

See Also