Click or drag to resize
SearchAreaKind Enumeration
Defines a type of the search area.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum 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