Defines an option to control property location.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public enum PropertyLocationKind |
| Visual Basic |
|---|
Public Enumeration PropertyLocationKind |
| Visual C++ |
|---|
public enum class 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.