Click or drag to resize
PropertyLocationKind Enumeration
Defines an option to control property location.

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 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