Class SharedTemplateQueryParameters
Parameters used for querying templates that can create one or more features in the database.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SharedTemplateQueryParameters
Remarks
These parameters provide criteria that define a template or layer, restrict by reference or visibility, and include tags to filter the templates returned.
Templates from Layer source can only be filtered by the LayerIds. The rest of the parameters here are not applicable.
Constructors
| Name | Description |
|---|---|
| SharedTemplateQueryParameters() | Initializes a new instance of the SharedTemplateQueryParameters class. |
Properties
| Name | Description |
|---|---|
| LayerIds | Gets the collection of IDs that identify layers where the templates can be used. |
| RestrictToReferencedLayers | Gets or sets a value indicating whether to only return templates with all parts specified in the LayerIds; otherwise, |
| ReturnVisibleOnly | Gets or sets a value indicating whether to return only the visible templates; otherwise, |
| SourceType | Gets or sets the source of templates for this query. Default is Database |
| Tags | Gets the collection of tags that queries for templates with any of the matching tags. |
| TemplateIds | Gets the collection of IDs of templates to fetch. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |