C# 클래스 Engage.Dnn.TellAFriend.FeaturesController

파일 보기 프로젝트 열기: EngageSoftware/Engage-Tell-a-Friend 1 사용 예제들

공개 메소드들

메소드 설명
GetEmailListRegularExpression ( int portalId ) : string

Gets a regular expression which will match a comma-delimited list of email addresses

GetEmailRegularExpression ( int portalId ) : string

Gets a regular expression which will match an email address

비공개 메소드들

메소드 설명
CreateListRegularExpression ( string expression ) : string

Creates a regular expression that represents a comma-delimited list of the given regular expression pattern.

메소드 상세

GetEmailListRegularExpression() 공개 정적인 메소드

Gets a regular expression which will match a comma-delimited list of email addresses
public static GetEmailListRegularExpression ( int portalId ) : string
portalId int The portal ID.
리턴 string

GetEmailRegularExpression() 공개 정적인 메소드

Gets a regular expression which will match an email address
public static GetEmailRegularExpression ( int portalId ) : string
portalId int The portal ID.
리턴 string