EntityMetadata.SyncToExternalSearchIndex Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets whether this entity is searchable in relevance search.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public Nullable<bool> SyncToExternalSearchIndex { get; set; }
<DataMemberAttribute>
Public Property SyncToExternalSearchIndex As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

Type: Nullable<Boolean>
true if the entity is searchable in relevance search; otherwise, false.

Remarks

Note

Relevance search is feature planned for an future release. This setting will not apply until the feature is enabled.

This setting will allow data for this entity to be synchronized with the external search index when relevance search is enabled.

See Also

EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright