Class DocTmplPrivacyType
Is this document template some kind of quote document, and if so what This Enum is used by: DocTmpl.privacyDocType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DocTmplPrivacyType : Enum
Fields
None
0: This document template is in no way related to GDPR
Declaration
public const DocTmplPrivacyType None
Field Value
Type | Description |
---|---|
DocTmplPrivacyType |
PersonRegistered
1: This is a template for the 'you have been added to our system' kind of email; must be an .html email template
Declaration
public const DocTmplPrivacyType PersonRegistered
Field Value
Type | Description |
---|---|
DocTmplPrivacyType |
value__
Is this document template some kind of quote document, and if so what This Enum is used by: DocTmpl.privacyDocType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)