# 307 - (Store In) End Document Session

307 - (Store In) End Document Session

| **Event** | **Extension action set** | **Description**                                        |
| --------- | ------------------------ | ------------------------------------------------------ |
| Before    | EXT\_0307\_1\_Before     | Code executed before End Document Session              |
| Replace   | EXT\_0307\_2\_Replace    | This event is executed to replace End Document Session |
| After     | EXT\_0307\_3\_After      | Code executed after End Document Session               |

*Input Parameters (event before)*:

* inUserName – Username&#x20;
* inDocList –Documents list

*Output Parameters (event before)*:

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 – Cancel

*Input Parameters (event replace)*:

* inUserName – Username&#x20;
* inDocList –Documents list

*Output Parameters (event replace)*:

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 – Cancel

*Input Parameters (event after)*:

* inUserName – Username&#x20;
* inDocList –Documents list

*Output Parameters (event after)*:

* outContinue – Return code:&#x20;
  * 0 - Cancel&#x20;
  * 1 – Continue
