Share via


Location Server Management API Class Library

Location Server Management API Class Library

The Location Server Management API class library provides base classes that allow you to administer the Microsoft MapPoint Location Server users and the location data programmatically. The operations that can be performed with the classes in this namespace can be broadly separated into three categories:

User Management: Adding new users, updating existing users, and deleting users (users are also called provisioned users)

Contact Management: Adding new contacts, updating existing contact lists, and removing contacts for provisioned users

Location Data Management: Adding new fnd nearby categories, updating existing find nearby categories, and deleting obsolete find nearby categories

The most important class in this class library is the ServerAPI class. It provides all the previously mentioned functionality to programmatically manage and administer the server-related activities. The ServerAPI class is in the Microsoft.MapPoint.LocationServer.Management.dll assembly.