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.111.0)
Syntax public enum SearchAreaKind
Public Enumeration SearchAreaKind
Members
| Member name | Value | Description |
---|
| SEARCH_NOT_LIMITED | 0 |
From the root folder of the vault.
|
| SEARCH_FROM_THIS_FOLDER | 1 |
From the specified folder (and below).
|
| SEARCH_IN_THIS_FOLDER_ONLY | 2 |
In the specified folder only.
|
Remarks
This enumeration overrides SEARCH_AREA_LIMIT
defined in BlueCieloECM.AMEdm PIA.
See Also