Plumtree EDK (Enterprise Web Development Kit) 5.4.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 that the names in the NamedValues in syncInfo will be uppercase.

Return Value

true if initialization succeeded and false otherwise

Exceptions

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

See Also

ISyncProvider Interface | Plumtree.Remote.Auth Namespace