Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProfileProvider.Initialize Method 

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

void Initialize(
   string[] PropertyList,
   ProfileInfo ProfileSourceInfo
);

Parameters

PropertyList
the list of properties the portal is requesting
ProfileSourceInfo
the data set in the SCI pages of the Profile Source. Note that all the names in the NamedValues of ProfileSourceInfo will be uppercase.

Exceptions

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

See Also

IProfileProvider Interface | Plumtree.Remote.Profile Namespace