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).
| 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 |
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.