- Contents
DesignerCOM API
II3IDHandler::IsPublishable Property
get_IsPublishable
This property indicates whether or not a handler is publishable.
IDL Function Prototype
HRESULT IsPublishable(
[out, retval] VARIANT_BOOL * CanBePublished
);
C/C++ Syntax
HRESULT get_IsPublishable(VARIANT_BOOL * CanBePublished);
Parameters
- CanBePublished
-
True if the handler is publishable; False is the handler contains errors that will prevent it from being published.