PropertyLocationKind EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines an option to control property location.

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

public enum PropertyLocationKind
Members

  Member nameValueDescription
PROPERTYLOCATION_REMOTE0 Value stored with the Main document. For best performance always use PROPERTYLOCATION_LOCAL for properties of object types other than documents.
PROPERTYLOCATION_LOCAL1 Value stored with the sub-document in the case of a hybrid document, Value stored with the document in the case of a non-hybrid document or other object type.
PROPERTYLOCATION_LOCALRO2 Value stored with the sub-document in the case of a hybrid document, Value stored with the document in the case of a non-hybrid document or other object type. Value is not copied in case of attaching or detaching a hybrid component.
Remarks

This enumeration overrides AMPROPERTYLOCATION defined in BlueCieloECM.AMOm PIA.
See Also