C# Class Engage.Dnn.TellAFriend.FeaturesController

Afficher le fichier Open project: EngageSoftware/Engage-Tell-a-Friend Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat string

GetEmailRegularExpression() public static méthode

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