PropertyDefFlags EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines flags to control property loading/saving.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

[FlagsAttribute]
public enum PropertyDefFlags
Members

  Member nameValueDescription
eFailIfPDNotFound1 Fail if PropertyDef was not found.
eSetValueNullIfPDNotFound2 Mark value as null if PropertyDef was not found.
eTreatStringAsObjectID4 Input array contains strings of ID property values of property definitions.
Remarks

This enumeration overrides LOADPROPERTYVALUES_FLAGS defined in BlueCieloECM.AMEdm PIA.
See Also