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)
SyntaxTask<string[]> GetPermissions()
Function GetPermissions As Task(Of String())
Task<array<String^>^>^ GetPermissions()
abstract GetPermissions : unit -> Task<string[]>
Return Value
Type:
TaskStringArray containing the permissions
See Also