Click or drag to resize
FSObjectKind Enumeration
Defines an option to control enumeration of objects in a folder.

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 FSObjectKind
Members
  Member nameValueDescription
EFF_DOCSONLY1 Enumerate documents only.
EFF_FOLDERSONLY2 Enumerate folders only.
EFF_ALL3 Enumerate both folders and documents.
EFF_HYBRIDDOCS4 Enumerate documents and their sub-documents as separate documents.
EFF_HYBRIDALL5 Enumerate both folders and documents and sub-documents as separate documents.
Remarks
This enumeration overrides ENUMFOLDERFLAGS defined in BlueCieloECM.AMEdm PIA.
See Also