EMTranslationResourceRepositoryProcessTranslationResources Method
|
Alterian Email Manager 6.2.3 SDK Help File
remove comments and replace all embedded resources.
Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void ProcessTranslationResources(
List<EMTranslationResource> rawTranslationResources
)
Public Sub ProcessTranslationResources (
rawTranslationResources As List(Of EMTranslationResource)
)
public:
void ProcessTranslationResources(
List<EMTranslationResource^>^ rawTranslationResources
)
member ProcessTranslationResources :
rawTranslationResources : List<EMTranslationResource> -> unit
function ProcessTranslationResources(rawTranslationResources);
Parameters
- rawTranslationResources
- Type: System.Collections.GenericListEMTranslationResource
Raw translation resources to be updated.
See Also