Click or drag to resize
SearchIndexSiteInfoProviderAdd Method
Creates SearchIndexSiteInfo binding.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public virtual void Add(
	int searchIndexId,
	int siteId
)

Parameters

searchIndexId
Type: SystemInt32
Search index ID.
siteId
Type: SystemInt32
Site ID.

Implements

ISearchIndexSiteInfoProviderAdd(Int32, Int32)
See Also