WebCenter Interaction API  
 

IServiceManager.Initialize Method 

Initialize the service manager with the given XSL file. The XSL file should be a String that gives the full path to the file.

void Initialize(
   string bstrXSLTFile
);

Parameters

bstrXSLTFile
String representing the full path to the XSL file.

See Also

IServiceManager Interface | com.plumtree.server.xui Namespace