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.53.0)
Syntax
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
See Also