Click or drag to resize
SearchTaskAzureInfo Constructor (DataRow)
Creates a new instances of the SearchTaskAzureInfo class from the given DataRow.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public SearchTaskAzureInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also