Method GetLastCreatedObjects
GetLastCreatedObjects()
Gets the last objects that were created in the module. Use LINQ to skip or limit the query.
public IEnumerable<NwObject> GetLastCreatedObjects()
Returns
- IEnumerable<NwObject>
An enumerable containing the last created objects.