Click or drag to resize

MIISControllerGetAttributeValuePairs Method

Returns a list woth the data objects' properties and fixed fields in MIM Sync AVP (Attribute Value Pairs) format. Used when data (e.g. identities) are sent to MIM Sync.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static StringList GetAttributeValuePairs(
	DataObjects dataObjects,
	IAVPFormatter formatter
)

Parameters

dataObjects
Type: Omada.OE.ModelDataObjects
formatter
Type: Omada.OE.ModelIAVPFormatter

Return Value

Type: StringList
See Also