vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
EmailTemplateMetadata
Interface EmailTemplateMetadata
interface
EmailTemplateMetadata
{
apiVersion
?:
number
;
attachedDocuments
?:
string
[]
;
attachments
?:
Attachment
[]
;
available
:
boolean
;
content
?:
string
;
description
?:
string
;
encodingKey
:
Encoding
;
fullName
?:
string
;
letterhead
?:
string
;
name
:
string
;
packageVersions
?:
PackageVersion
[]
;
pageDevName
?:
string
;
relatedEntityType
?:
string
;
style
:
EmailTemplateStyle
;
subject
?:
string
;
textOnly
?:
string
;
type
:
EmailTemplateType
;
uiType
?:
EmailTemplateUiType
;
}
Hierarchy (
View Summary
)
MetadataWithContentMetadata
EmailTemplateMetadata
Index
Properties
api
Version?
attached
Documents?
attachments?
available
content?
description?
encoding
Key
full
Name?
letterhead?
name
package
Versions?
page
Dev
Name?
related
Entity
Type?
style
subject?
text
Only?
type
ui
Type?
Properties
Optional
api
Version
apiVersion
?:
number
Optional
attached
Documents
attachedDocuments
?:
string
[]
Optional
attachments
attachments
?:
Attachment
[]
available
available
:
boolean
Optional
content
content
?:
string
Optional
description
description
?:
string
encoding
Key
encodingKey
:
Encoding
Optional
full
Name
fullName
?:
string
Optional
letterhead
letterhead
?:
string
name
name
:
string
Optional
package
Versions
packageVersions
?:
PackageVersion
[]
Optional
page
Dev
Name
pageDevName
?:
string
Optional
related
Entity
Type
relatedEntityType
?:
string
style
style
:
EmailTemplateStyle
Optional
subject
subject
?:
string
Optional
text
Only
textOnly
?:
string
type
type
:
EmailTemplateType
Optional
ui
Type
uiType
?:
EmailTemplateUiType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Version
attached
Documents
attachments
available
content
description
encoding
Key
full
Name
letterhead
name
package
Versions
page
Dev
Name
related
Entity
Type
style
subject
text
Only
type
ui
Type
vlocode-project - v1.40.0-beta-4
Loading...