Enum PortalPrivilegeSubtype
An enumeration of the fine-grained operation subtypes a portal privilege can permit.
Namespace: Esri.ArcGISRuntime.Portal
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum PortalPrivilegeSubtype
Fields
| Name | Description |
|---|---|
| ClosestFacility | Grants the ability to perform closest facility tasks. |
| LocationAllocation | Grants the ability to perform location-allocation tasks. |
| None | The privilege does not relate to a fine-grained operation. |
| OptimizedRouting | Grants the ability to perform optimized routing tasks. |
| OriginDestinationCostMatrix | Grants the ability to perform origin-destination cost matrix tasks. |
| Routing | Grants the ability to perform simple routing tasks. |
| ServiceArea | Grants the ability to perform service area tasks. |
| Stored | Grants the ability to perform geocode operations and store the results, in a database for instance. |
| Temporary | Grants the ability to perform geocode operations in which the results are not stored. |
| VehicleRouting | Grants the ability to perform vehicle routing tasks. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.12 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.12 - 200.8 |
| Xamarin.Android | 100.12 - 100.15 |
| Xamarin.iOS | 100.12 - 100.15 |
| UWP | 100.12 - 200.8 |