Class ContractsSyncRequestBuilder.ContractsSyncRequestBuilderPostQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Returns all the contracts in a specific project.
public class ContractsSyncRequestBuilder.ContractsSyncRequestBuilderPostQueryParameters
- Inheritance
-
ContractsSyncRequestBuilder.ContractsSyncRequestBuilderPostQueryParameters
- Inherited Members
Properties
InternalLimit
The maximum number of items to return, this is for internal use, and the default maximum internal limit is 5000.
[QueryParameter("internalLimit")]
public int? InternalLimit { get; set; }
Property Value
- int?
Limit
The maximum number of items to return, default maximum limit is 100.
[QueryParameter("limit")]
public int? Limit { get; set; }
Property Value
- int?