Share via


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

  • _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.

See Also

Reference

BudgetModel Table