WebCenter Interaction API  
 

IPTSession.Connect Method (Int32, String, Object)

Connects the IPTSession with the passed-in credentials.

void Connect(
   int iUserID,
   string strPassword,
   object SecurityProviderInfo
);

Parameters

iUserID
- The user ID to connect as.
strPassword
- The password corresponding the the user id.
SecurityProviderInfo
- Optional security provider info, can be null.

See Also

IPTSession Interface | com.plumtree.server Namespace | IPTSession.Connect Overload List