Bug
| Bug ID Number | BUG-000124517 |
|---|---|
| Submitted | August 14, 2019 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.5 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed |
Use PortalItem.CreateAsync() to retrieve the information.
var layerItem = (PortalItem)layer.Item;
// Load Access info via PortalItem.CreateAsync
var portalItem = await PortalItem.CreateAsync(layerItem.Portal, layerItem.ItemId);
PortalItemAccess.Content = portalItem.Access.ToString();
Bug ID: BUG-000124517
Software:
Get help from ArcGIS experts
Download the Esri Support App