SearchSetting Interface
Represents search settings (**[Synonym]**s, **[BestBet]**s, [FeaturedContent] and **[Promotion]**s).
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface SearchSetting _
Inherits Describable, Identifiable
'Usage
Dim instance As SearchSetting
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface SearchSetting : Describable,
Identifiable
Remarks
A search setting is an administrative setting for a keyword that specifies how to transform query text that contains the keyword, before executing the query against a search index.
This interface should only be accessed through its sub-interfaces. Be aware that all create, update and delete operations on search settings are immediately persisted. This also applies when property values are updated.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace