IEmailTranslationsFindOrCreate Method |
Return the email translation for the specified
language or create a new translation.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IEmailTranslation FindOrCreate(
int languageId
)
Function FindOrCreate (
languageId As Integer
) As IEmailTranslation
IEmailTranslation^ FindOrCreate(
int languageId
)
Parameters
- languageId
- Type: SystemInt32
Identifier of the language to find or create.
Return Value
Type:
IEmailTranslation
Returns the existing email translation
for the specified language identifier, or
create a new translation it doesn't yet exist.
Exceptions See Also