IEmailTranslationsFind Method |
Return the email translation for the
specified language if exist.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IEmailTranslation Find(
int languageId
)
Function Find (
languageId As Integer
) As IEmailTranslation
IEmailTranslation^ Find(
int languageId
)
Parameters
- languageId
- Type: SystemInt32
Identifier of the language to find.
Return Value
Type:
IEmailTranslation
Returns the email translation for the specified
language identifier, or null when the translation
doesn't exist.
Exceptions See Also