Defines calculated properties in the report tableview.

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#
[FlagsAttribute]
public enum CalculatedPropertyFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration CalculatedPropertyFlags
Visual C++
[FlagsAttribute]
public enum class 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