IPagedCollection TEntity  NewEntries Property CkSoftware GroupMe SDK - Documentation
List of entities fetched in the last FetchNext call.

Namespace: CkSoftware.GroupMe.Sdk.Core.Interfaces
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

IEnumerable<TEntity> NewEntries { get; }

Property Value

Type: IEnumerable TEntity 
See Also