Click or drag to resize

MainCopyPropertyValuesFromActiveUser Method

Copies property values from the active user to the action object. The method will set the value of the properties with the specified ids on the action object, based on the value of the same properties on the active user object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CopyPropertyValuesFromActiveUser(
	CodeMethodInvokeContext context,
	string propertySysNameList
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
propertySysNameList
Type: SystemString
Denotes a list of property System names that must be present on both the action object dataobjecttype and the user dataobjecttype.

Return Value

Type: Boolean
See Also