- Contents
DesignerCOM API
II3IDStepEvents::Validate Method
Synopsis
This method is called by Interaction Designer to validate the step to see if it is publishable. If the step is not publishable, problems are logged to the messages collection of the II3ID interface.
IDL Function Prototype
HRESULT Validate(
[in] II3IDStep * StepToValidate
);
C/C++ Syntax
HRESULT Validate(II3IDStep * StepToValidate);
Parameters
- StepToValidate
-
The II3IDStep object that you wish to validate.