SearchIndexInfo Constructor (SearchIndexInfo, Boolean) |
Constructor - Creates a new SearchIndexInfo object from the given DataClass.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax 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