Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NamedValueMap.ToArray Method 

Converts the contents of the NamedValueMap into a NamedValue array, and returns the array. Keys with string[] mappings will be returned as multiple NamedValues.

public NamedValue[] ToArray();

Return Value

A NamedValue array.

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace