| EmailMarketingControllerSelectEmail Method (NullableInt32) |
Select email
Namespace:
Dynamicweb.Management.Marketing.Dialogs.EmailMarketing
Assembly:
Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax [RouteAttribute("SelectEmail")]
public ActionResult SelectEmail(
Nullable<int> emailId
)
<RouteAttribute("SelectEmail")>
Public Function SelectEmail (
emailId As Nullable(Of Integer)
) As ActionResult
Parameters
- emailId
- Type: SystemNullableInt32
Return Value
Type:
ActionResultSee Also