| ISearchIndexSiteInfoProviderGetAsync Method | 
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
 Syntax
SyntaxTask<SearchIndexSiteInfo> GetAsync(
	int searchIndexId,
	int siteId,
	Nullable<CancellationToken> cancellationToken = null
)
Parameters
- searchIndexId
- Type: SystemInt32
 Search index ID.
- siteId
- Type: SystemInt32
 Site ID.
- cancellationToken (Optional)
- Type: SystemNullableCancellationToken
 The cancellation instruction.
Return Value
Type: 
TaskSearchIndexSiteInfoReturns a task returning either an instance of 
SearchIndexSiteInfo corresponding to given identifiers or null.
 See Also
See Also