Restrict search to specific Keywords. This field is optional. Lookup is done in the SearchDocument.Keywords collection.
Namespace: DotNetNuke.Services.Search.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IDictionary<string, string> CustomKeywords { get; set; } |
Visual Basic |
---|
Public Property CustomKeywords As IDictionary(Of String, String) Get Set |
Remarks
This is key-value pair, e.g. "AliasName","something"
Remarks
An empty dictionary means this is property is not used.