Additional keywords can be specified for Indexing
Namespace: DotNetNuke.Services.Search.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IDictionary<string, string> Keywords { get; set; } |
Visual Basic |
---|
Public Property Keywords 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.