> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for DocTmplDirection

> Lists the enum values for DocTmplDirection.

## DocTmplDirection Enum

1 = incoming, 2 = outgoing, see EAppntDirection

| Name     | Value | Description                                                                                                                               |
| -------- | ----- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown  | 0     | The direction of documents from this template is unknown/undecided                                                                        |
| Incoming | 1     | Document template for incoming documents                                                                                                  |
| Outgoing | 2     | Document template is used for outgoing documents                                                                                          |
| SaintAll | 3     | All' choice for Saint. This is NOT an acceptable value for a task definition, but is used by the Saint system for indexing all directions |

## Usage

* [DocTmpl](../doctmpl).direction - DocTmpl list table. Describes templates available for writing new documents.


## Related topics

- [Enum DocTmplDirection](/en/automation/crmscript/reference/CRMScript.NetServer.DocTmplDirection.md)
- [SuperOffice.WebApi.Data.DocTmplDirection](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocTmplDirection.md)
- [Enum values for DocTmplType](/en/database/tables/enums/doctmpltype.md)
- [Enum values for DocTmplInvitationType](/en/database/tables/enums/doctmplinvitationtype.md)
- [Enum values for DocTmplPrivacyType](/en/database/tables/enums/doctmplprivacytype.md)
- [Enum values for DocTmplQuoteType](/en/database/tables/enums/doctmplquotetype.md)
