Click or drag to resize
SearchTaskCreationEventArgsParameters Property
Collection of SearchTaskCreationParameters that are used for creating search tasks.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public ICollection<SearchTaskCreationParameters> Parameters { get; set; }

Property Value

Type: ICollectionSearchTaskCreationParameters
See Also