Show navigation | Frontpage | Contact us | Sitemap

ICPDocumentRender2::RenderPreview

RenderPreview( [in] BSTR  IID, [in] long TemplateGroupID, [in] long TemplateID, [in] long DocumentID,
[in] BSTR 
Identifier, [in] long  LCID, [in] long  StatusID, [out,retval] BSTR *RenderedData  )

This function is called when a document that does not have public status is being rendered .

Parameters

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
StatusID    

The Status ID of the document 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 state that has the specified StatusID should be rendered.

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-86.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPDocumentRender2 | RenderPreview