Table of Contents

TTMSMCPServerBuilder.DefaultPageSize Method

Sets the page size used by the list requests.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServerBuilder

Syntax

class function DefaultPageSize(ASize: Integer): TTMSMCPServerBuilderClass;

Parameters

Name Description
ASize Entries per page. 0, the default, disables paging and returns complete collections.

Returns

Builder class to chain the next step on.