Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocFetchProvider.Initialize Method 

Performs set up using the information configured in the Data Source editors in the portal.

void Initialize(
   DataSourceInfo dsInfo
);

Parameters

dsInfo
the configuration information set in the Data Source editor

Remarks

Note that values retrieved from the portal using IDocFetchProvider.initialize(DataSourceInfo dsInfo) will be decoded in the process. To prevent + from being decoded into a space and % from having indeterminate behavior, make sure that all values entered into the datasource using SCI pages are encoded using Plumtree.Remote.Util.CSPCodec. Likewise, all values that have been encoded in the SCI datasource pages should be decoded when displayed with SCI using Plumtree.Remote.Util.CSPCodec.

See Also

IDocFetchProvider Interface | Plumtree.Remote.Docfetch Namespace