ISourceDataImportDestinationInfo.KeyWordsDimensions

Fore Syntax

KeyWordsDimensions: IDimensionSet;

Fore.NET Syntax

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

Description

The KeyWordsDimensions property returns list of dimensions for which key words will be generated.

Comments

key words increase search relevance by dimension for which it was generated. Include required dimensions to the KeyWordsDimensions list. Generation of key words 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