C# Class Engage.Dnn.TellAFriend.FeaturesController

显示文件 Open project: EngageSoftware/Engage-Tell-a-Friend Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CreateListRegularExpression ( string expression ) : string

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

Method Details

GetEmailListRegularExpression() public static method

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.
return string

GetEmailRegularExpression() public static method

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