Show navigation | Frontpage | Contact us | Sitemap

ICPDocumentRender::RenderPublic

RenderPublic( [in] long DocumentID, [in] BSTR Identifier, [out,retval] BSTR *RenderedData )

This function is called when a document that has public status is being rendered .

Parameters

DocumentID    

The ID of the document being rendered.

   
Identifier    

The Identifier of the plugin being rendered

   


Return Value

The rendered string. This is typically a piece of HTML.
To abort further page prosessing raise error (51021 Or vbObjectError).

Remarks

Only plugin information (state) that has the status of public should be rendered. State pertaining to documents in status working copy or proposed should under no circumstances be returned.

My modules


© 2008 Composite A/S, Danmark
Tlf: +45 39 15 76 00 | info@composite.net
Composite A/S er Microsoft Certified Partner
Composite CMS overholder standarden for valid CSS
Composite CMS overholder standarden for valid XHTML 1.0
Printet fra http://www.composite.net/composite-73.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPDocumentRender | RenderPublic