Show / Hide Table of Contents

Class SharedTemplateQueryParameters

Parameters used for querying templates that can create one or more features in the database.

Inheritance
object
SharedTemplateQueryParameters
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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, false. Default is true.

ReturnVisibleOnly

Gets or sets a value indicating whether to return only the visible templates; otherwise, false. Default is true.

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

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.