CreateItemModelCanReplace Property
|
Allows the Item to be automatically replaced.
Namespace:
Livit.Learn.Model.ActionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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