[This is preliminary documentation and is subject to change.]
Gets the global IPublisher message handler registered with the Agent for the
specified SIF object type.
| C# | Visual Basic | Visual C++ |
public virtual IPublisher GetPublisher( IElementDef objectType )
Public Overridable Function GetPublisher ( _ objectType As IElementDef _ ) As IPublisher
public: virtual IPublisher^ GetPublisher ( IElementDef^ objectType )
- objectType (IElementDef)
- A SifDtd constant identifying a SIF Data Object type (e.g. SifDtd.STUDENTPERSONAL)
The IPublisher message handler registered for this object type by the
agent when it called the setPublisher method, or null if
no IPublisher has been registered for the specified object type.