Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IAdminEditor.Initialize Method 

Sets up the editor and processes any existing settings.

void Initialize(
   string locale,
   TypeNamespace namesp,
   NamedValueMap parentInfo
);

Parameters

locale
The user's locale.
namesp
The TypeNamespace for the editor page (search, crawler, etc.).
parentInfo
The NamedValueMap for the parent info of this object (for crawlers, this is the data source; for other services, this is a zero-length array). Note: The names in NamedValues have been uppercased by the portal.

Exceptions

Exception Type Condition
RemotingException The SOAP Encoding is set to RPC/Encoded instead of Document/Literal.

See Also

IAdminEditor Interface | Plumtree.Remote.Sci Namespace