Show navigation | Frontpage | Contact us | Sitemap

ICPDocumentEdit::EditDocumentSettings

EditDocumentSettings( [in] BSTR  Identifier, [in] long DocumentID, [in] long  StatusID, [in] long NewStatusID )

This function is called when the user has finished editing a document and has asked for the system to save it. The plugin must save the changes made by the user in the consistent store and also forego any previously stored information with the same identity and status (see StatusID for more informatiuon).

Parameters

Identifier    

The Identifier of the plugin on the document

DocumentID    

The ID of the document being edited.

StatusID    

The status of the document being edited

NewStatusID    

The new status id of the document

 

Remarks

When this function is called the plugin must update the state it contains for document scope in a consistent storage. If the plugin has multiple instances on the same document it will be called once for each instance - the Identifier parameter denotes which instance is being referenced.

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