RenderPublic( [in] BSTR IID, [in] long TemplateGroupID, [in] long TemplateID, [in] long DocumentID,[in] BSTR Identifier, [in] long LCID, [out,retval] BSTR *RenderedData )
This function is called when a document that have public status is being rendered .
| IID | The Instance Identifier of the current site | ||
| TemplateGroupID | The ID of the TermplateGroup the document belongs to | ||
| TemplateID | The ID of the Termplate the document belongs to | ||
| DocumentID |
The ID of the document being rendered. |
||
| Identifier |
The Identifier of the plugin being rendered |
||
| LCID | The documents Locale Identifier |
The rendered string. This is typically a piece of
HTML.
To abort further page prosessing raise error (51021 Or
vbObjectError).
Only plugin state that has StatusID = 1 should be rendered.