MailController..::..GetMailConfig Method
Gets the Mail Config
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetMailConfig( string ModuleName, string PageName, string ObjectName, string ObjectWhere )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetMailConfig ( _ ModuleName As String, _ PageName As String, _ ObjectName As String, _ ObjectWhere As String _ ) As ActionResult
Parameters
- ModuleName
- Type: String
Name of the module.
- PageName
- Type: String
Name of the page.
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
Where of the object.