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

Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public IEnumerable<GroupMeGroup> NewEntries { get; }

Property Value

Type: IEnumerable GroupMeGroup 

Implements

IPagedCollection TEntity  NewEntries
See Also