API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresGetInventoryTransactionsHasMoreTransactions Property

If true then the response was limited by the MaximumNumberOfRecordsToRetrieve value in the request (or the default value if not specified in the request) and the GetInventoryTransactions command should be executed again to get the remainder of the results.

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasMoreTransactions { get; set; }

Property Value

Type: Boolean
See Also