|
Class Summary |
| AuthoringDirective |
This is the directive to perform after the completion of an invoked AuthoringAction extension. |
| CloseForm |
When returned in the ActionResult this directive will close the current open form. |
| Continue |
When returned in the ActionResult this directive will reload the form. |
| EditMode |
When returned in the ActionResult this directive will change the current open form
to edit mode if it was in read mode. |
| OpenDocument |
This directive will open the specified target document in the authoring UI on completion of the action. |
| ReadMode |
When returned in the ActionResult this directive will change the form
to read mode. |