BudgetModel::getBudgetModelsServer Method
Retrieves a packed container of a set of budget models in the specified budget model range.
Syntax
server private static container getBudgetModelsServer(
BudgetModelId _fromBudgetModelId,
BudgetModelId _toBudgetModelId,
[boolean _includeSubModels])
Run On
Server
Parameters
- _fromBudgetModelId
Type: BudgetModelId Extended Data Type
A value that indicates the range of the budget models to retrieve.
- _toBudgetModelId
Type: BudgetModelId Extended Data Type
A value that indicates the range of the budget models to retrieve.
- _includeSubModels
Type: boolean
A flag that indicates whether the sub budget model hierarchy for the budget models in the range should be included in the set.
Return Value
Type: container
A packed container of a set of budget models in the specified budget model range.
Remarks
This method runs on the server.