Click or drag to resize
SearchIndexSiteInfoProviderRemove Method
Deletes SearchIndexSiteInfo binding.

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

Parameters

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

Implements

ISearchIndexSiteInfoProviderRemove(Int32, Int32)
See Also