WebCenter Interaction API  
 

IPTSession.CreateObject Method (String)

Creates an object of the specified type.

object CreateObject(
   string strClassID
);

Parameters

strClassID
- The type of object to create.

Return Value

A new instance of the object.

See Also

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