Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISyncProvider.Initialize Method 

Initializes the synchronization provider using the information configured in the portal by the administrator.

bool Initialize(
   SyncInfo syncInfo
);

Parameters

syncInfo
The data set in the portal's SCI editors. Note: the names in the NamedValues in syncInfo will be uppercase.

Return Value

true if initialization succeeded and false otherwise.

Exceptions

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

See Also

ISyncProvider Interface | Plumtree.Remote.Auth Namespace