Click or drag to resize
SearchTaskAzureInfoProviderSetSearchTaskAzureInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified SearchTaskAzureInfo.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISearchTaskAzureInfoProvider.Set(SearchTaskAzureInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - SearchTaskAzureInfo.Provider.")]
public static void SetSearchTaskAzureInfo(
	SearchTaskAzureInfo infoObj
)

Parameters

infoObj
Type: CMS.Search.AzureSearchTaskAzureInfo
SearchTaskAzureInfo to be set.
See Also