Click or drag to resize

CustomPropertyFindPreferredCopyPartner Method

Finds the preferred copy partner for the current property.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CustomProperty FindPreferredCopyPartner(
	CustomPropertiesCollection otherProperties
)

Parameters

otherProperties
Type: Aloe.EnterpriseOne.Model.GeneralCustomPropertiesCollection
The other properties.

Return Value

Type: CustomProperty
Remarks
The preferred copy partner is a property, which has the same AllowedValuesRootProperty as the current property.
See Also