Click or drag to resize

MainLibraryCopyPropertyValuesFromActiveUser Method

The action object should be the target 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.

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

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
propertyIdList
Type: SystemString
Denotes a list of property ids that must be present on both the action object dataobjecttype and the user dataobjecttype.

Return Value

Type: Boolean
See Also