Feedback

  • Contents
 

II3IDStep::Validate Method

Synopsis

This method returns NULL (or Nothing) if the node is publishable.  If the node is not publishable, it returns a collection of II3IDMessages validation messages.

IDL Function Prototype

HRESULT Validate(

   [out, retval] II3IDMessages ** ValidationMessages

);

C/C++ Syntax

HRESULT Validate(II3IDMessages ** ValidationMessages);

Parameters

ValidationMessages

If this return value is NULL or Nothing, then the node is publishable.  If the node is not publishable, a collection of II3IDMessages validation messages is returned.