Click or drag to resize

MainCopyPropertyValueFromActiveUser Method

Note: This API is now obsolete.

Obsolete! Use CopyPropertyValuesFromActiveUser instead!

The method will set the value of a property on the action object based on the value of the same property on the active user object.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)ActionObject

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use CopyPropertyValuesFromActiveUser instead!")]
public bool CopyPropertyValueFromActiveUser(
	CodeMethodInvokeContext context,
	int propertyId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
propertyId
Type: SystemInt32
Denotes a property that must be present on both the action object dataobjecttype and the user dataobjecttype.

Return Value

Type: Boolean
See Also