Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

IAdminEditor.Finalize Method 

Performs any additional processing before settings are stored in the portal. Any additional NamedValues added during finalize will be stored as

TypeStorage.STRING
. All names returned in the NamedValue[] will be converted to uppercase by the portal.

NamedValue[] Finalize(
   NamedValueMap pageInfo
);

Parameters

pageInfo
The NamedValueMap of incoming settings.

Return Value

A NamedValueMap array of settings to store in the portal.

See Also

IAdminEditor Interface | Plumtree.Remote.Sci Namespace