Interface IMailTemplateEntity
Defines a typed entity of type M.Mailing.Template.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTyped
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
[TypedEntityDefinitionConstraintAttribute]
public interface IMailTemplateEntity : ITypedEntity, IEntity, IResource, IDirtyTrackingProperties
Body
Gets the body.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Body { get; }Property Value
| Type | Description |
|---|---|
| CultureSensitivestring |
Description
Gets the description.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Description { get; }Property Value
| Type | Description |
|---|---|
| CultureSensitivestring |
Label
Gets the label.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Label { get; }Property Value
| Type | Description |
|---|---|
| CultureSensitivestring |
Name
Gets or sets the name.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
string Name { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Subject
Gets the subject.
Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Subject { get; }Property Value
| Type | Description |
|---|---|
| CultureSensitivestring |