C# 클래스 OurUmbraco.NotificationsCore.Notifications.NotificationMail

파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Body string
Domain string
FromMail string
FromName string
Subject string

공개 메소드들

메소드 설명
GetNotificationMail ( string notificationType ) : NotificationMail

메소드 상세

GetNotificationMail() 공개 메소드

public GetNotificationMail ( string notificationType ) : NotificationMail
notificationType string
리턴 NotificationMail

프로퍼티 상세

Body 공개적으로 프로퍼티

public string Body
리턴 string

Domain 공개적으로 프로퍼티

public string Domain
리턴 string

FromMail 공개적으로 프로퍼티

public string FromMail
리턴 string

FromName 공개적으로 프로퍼티

public string FromName
리턴 string

Subject 공개적으로 프로퍼티

public string Subject
리턴 string