Defines a type of the search area.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum SearchAreaKind
Visual Basic
Public Enumeration SearchAreaKind
Visual C++
public enum class SearchAreaKind

Members

Member nameValueDescription
SEARCH_NOT_LIMITED0 From the root folder of the vault.
SEARCH_FROM_THIS_FOLDER1 From the specified folder (and below).
SEARCH_IN_THIS_FOLDER_ONLY2 In the specified folder only.

Remarks

This enumeration overrides SEARCH_AREA_LIMIT defined in BlueCieloECM.AMEdm PIA.

See Also