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.111.0)
Syntax public enum PropertyLocationKind
Public Enumeration PropertyLocationKind
Members
| Member name | Value | Description |
---|
| PROPERTYLOCATION_REMOTE | 0 |
Value stored with the Main document.
For best performance always use PROPERTYLOCATION_LOCAL
for properties of object types other than documents.
|
| PROPERTYLOCATION_LOCAL | 1 |
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_LOCALRO | 2 |
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