Click or drag to resize

IStreetSmartAPIGetPermissions Method

Returns the object containing functionalities that are currently permitted to use by the user. This is an asynchronous function.

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
Task<string[]> GetPermissions()

Return Value

Type: TaskString
Array containing the permissions
See Also