Click or drag to resize

CalculatedPropertyFlags Enumeration

Defines calculated properties in the report tableview.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[FlagsAttribute]
public enum CalculatedPropertyFlags
Members
  Member nameValueDescription
CALC_DOC_NONE0 None.
CALC_DOC_RELPATH1 Relative path from root.
CALC_DOC_ABSPATH2 AMFS path of document.
CALC_DOC_THUMBNAIL4 AMFS path of thumbnail.
CALC_DOC_LOG8 Workflow Log.
CALC_DOC_VERSIONS16 Number of revisions.
CALC_DOC_INDOCREFS32 Number of incoming references.
CALC_DOC_OUTDOCREFS64 Number of outgoing references.
CALC_DOC_WAPATH128 Document work area context path.
CALC_DOC_ABSAMFSPATH256 Absolute (UNC) path of document on AMFS.
Remarks
This enumeration overrides CALCULATED_PROPERTY defined in BlueCieloECM.AMEdm PIA.
See Also