dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalFeaturedGroups Class
The featured groups for the portal. ArcGIS Maps SDK for JavaScript
public record PortalFeaturedGroups : System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalFeaturedGroups>
Inheritance System.Object 🡒 PortalFeaturedGroups
Implements System.IEquatable<PortalFeaturedGroups>
Constructors
PortalFeaturedGroups(string, string) Constructor
The featured groups for the portal. ArcGIS Maps SDK for JavaScript
public PortalFeaturedGroups(string Owner, string Title);
Parameters
Owner System.String
Name of the group owner. ArcGIS Maps SDK for JavaScript
Title System.String
Group title. ArcGIS Maps SDK for JavaScript
Properties
PortalFeaturedGroups.Owner Property
Name of the group owner. ArcGIS Maps SDK for JavaScript
public string Owner { get; init; }
Property Value
PortalFeaturedGroups.Title Property
Group title. ArcGIS Maps SDK for JavaScript
public string Title { get; init; }