Plumtree EDK (Enterprise Web Development Kit) 5.4.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
TypeNamespace for the editor page (e.g., search, crawler)
parentInfo
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 that the names in the NamedValues have been uppercased by the portal.

Exceptions

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

See Also

IAdminEditor Interface | Plumtree.Remote.Sci Namespace