GroupIndexCommand WithItemsPerPage Method CkSoftware GroupMe SDK - Documentation
Changes the number of items retreived per request.

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

public GroupIndexCommand WithItemsPerPage(
	int itemsPerPage
)

Parameters

itemsPerPage
Type: System Int32
The number of items per page / request.

Return Value

Type: GroupIndexCommand
The extended GroupIndexCommand.
See Also