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