[Extension()] public static int IndexOf( IList<CatalogNode> items, int categoryId, int catalogNodeId, byte catalogNodeTypeId )
Parameters
- items
- The list of catalog node items.
- categoryId
- Value of CategoryId of the required object.
- catalogNodeId
- Value of CatalogNodeId of the required object.
- catalogNodeTypeId
- Value of CatalogNodeTypeId of the required object.
Return Value
Index of the required object.