Click or drag to resize

CreateItemModelNewId Property

Sets the Id of a newly created element.

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

Property Value

Type: String
Remarks

Using NewId will set the Id to a specific value, as opposed to the system generated Id.

See Also