Click or drag to resize
SearchTaskAzureInfoProviderSetSearchTaskAzureInfo Method
Sets (updates or inserts) specified SearchTaskAzureInfo.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public static void SetSearchTaskAzureInfo(
	SearchTaskAzureInfo infoObj
)

Parameters

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