Interface IMailTemplateEntity

Version: 4.0

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, IDirtyTracking

Properties

Body

Gets the body.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Body { get; }
Property Value
TypeDescription
CultureSensitivestring

Description

Gets the description.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Description { get; }
Property Value
TypeDescription
CultureSensitivestring

Label

Gets the label.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Label { get; }
Property Value
TypeDescription
CultureSensitivestring

Name

Gets or sets the name.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
string Name { get; set; }
Property Value
TypeDescription
string

Subject

Gets the subject.

Declaration
RequestResponse
[TypedEntityPropertyAttribute]
CultureSensitive<string> Subject { get; }
Property Value
TypeDescription
CultureSensitivestring

Extension Methods

Do you have some feedback for us?

If you have suggestions for improving this article,