Click or drag to resize
SearchIndexInfo Constructor (SearchIndexInfo, Boolean)

Note: This API is now obsolete.

Constructor - Creates a new SearchIndexInfo object from the given DataClass.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
public SearchIndexInfo(
	SearchIndexInfo si,
	bool keepSourceData
)

Parameters

si
Type: CMS.SearchSearchIndexInfo
SearchIndexInfo
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also