ISourceDataImportDestinationInfo.KeyWordsDimensions

Fore Syntax

KeyWordsDimensions: IDimensionSet;

Fore.NET Syntax

KeyWordsDimensions: Prognoz.Platform.Interop.Dimensions.IDimensionSet;

Description

The KeyWordsDimensions property returns the list of dimensions, for which keywords will be generated.

Comments

Keywords increase search relevance by the dimension, for which it was generated. Include required dimensions to the KeyWordsDimensions list. Generation of keywords is available from any dimensions not included in the free ones.

Example

The example of use is given in description of the ISourceDataImportDestinationInfos.Add method.

See also:

ISourceDataImportDestinationInfo