Show navigation | Frontpage | Contact us | Sitemap

ICPDocumentEdit::ChangeDocumentStatus

ChangeDocumentStatus( [in] long DocumentID, [in] long StatusID, [in] long NewStatusID )

This function is called when the status of the document is being changed.

Parameters

DocumentID The ID of the document being deleted
StatusID The status of the document being deleted
NewStatusID The news status of the copied


Remarks

This function is called when a user approves a document, i.e. StatusID is 2 (proposed document) and NewStatusId is 1 (Public document). This function is called once per plugin, and the plugin should hence implement the logic needed to change the status for multiple instances of state.

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