PublishMethodWebEnum Enumeration |
Document publish method
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum PublishMethodWebEnum
Members
| Member name | Value | Description |
---|
| None | 0 |
The document is NOT dispatched.
|
| Email | 1 |
The document must be dispatched via email
|
| Fax | 2 |
The document must be dispatched via Fax
|
| MailViaPrinter | 3 |
The document must be dispatched as letter via normal mail. Hence it is printed to a printer set up for this purpose.
|
See Also