CreateItemModelNewId Property
|
Sets the Id of a newly created element.
Namespace:
Livit.Learn.Model.ActionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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