BaseTreeViewController.GetAllItemIds

Declaration

public IEnumerable<int> GetAllItemIds(IEnumerable<int> rootIds);

Parameters

rootIds Root IDs to start from. If null, will use the tree root ids.

Returns

IEnumerable<int> All items IDs in the tree, starting from the specified IDs.

Description

Returns all item IDs that can be found in the tree, optionally specifying root IDs from where to start.


Did you find this page useful? Please give it a rating: