 | CountryRepositoryGetAllRegions Method |
Retrieves a list of all known regions.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<Region> GetAllRegions()
Public Function GetAllRegions As IReadOnlyCollection(Of Region)
public:
virtual IReadOnlyCollection<Region^>^ GetAllRegions() sealed
abstract GetAllRegions : unit -> IReadOnlyCollection<Region>
override GetAllRegions : unit -> IReadOnlyCollection<Region>
Return Value
IReadOnlyCollectionRegionThe requested list
See Also