WebCenter Interaction API  
 

IService.Validate Method 

Connects to the remote web service and validates the given settings.

bool Validate(
   int lPageNumber,
   IXPPropertyBag pPBagSettings
);

Parameters

lPageNumber
page number to validate settings for
pPBagSettings
settings to be validated

Return Value

true or false depending on the results of the validation

See Also

IService Interface | com.plumtree.server.xui Namespace