Click or drag to resize

IOperationServiceGetActiveStreets Method

Note: This API is now obsolete.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[ObsoleteAttribute("Use SearchStreets method for effective application-side search. Transferring all streets for plugin-side filtering may nagatively affect performance.")]
IReadOnlyList<IStreet> GetActiveStreets()

Return Value

Type: IReadOnlyListIStreet
See Also