The following capabilities are now available in the Security Center 5.13.1.0 SDK.
New user creation interface
You can now create users through the SDK using the UserCreationBuilder
interface. Before creating a user, this interface validates mandatory properties such as
Password and Name, ensuring completeness and
preventing invalid entries.
A new method, GetUserCreationBuilder, was added to the
EntityManager class to support this functionality.
Manage body-worn camera stations
You can now manage body-worn camera stations using the SDK.
A new class,
BwcManagerRole, was added to support this functionality. You
can use the following methods to manage body-worn camera stations:-
AddNewCameraStation - Add a new camera station to the Wearable Camera Manager role's configuration.
-
RegenerateCameraStation - Regenerate an existing camera station from the Wearable Camera Manager role's configuration.
-
DeleteCameraStation - Delete an existing camera station from the Wearable Camera Manager role's configuration.
-
GetCameraStationNameList - Get the list of all camera stations on the Wearable Camera Manager role.