IEmailTranslationsFindAll Method |
Return a list of all email translations.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IList<IEmailTranslation> FindAll()
Function FindAll As IList(Of IEmailTranslation)
IList<IEmailTranslation^>^ FindAll()
Return Value
Type:
IListIEmailTranslation
Returns a list of all email translations.
See Also