EMTranslationResourceRepositoryResolveEmbeddedResource Method

Alterian Email Manager 6.2.3 SDK Help File
Validate and replace any embedded resources.

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static string ResolveEmbeddedResource(
	List<EMTranslationResource> rawTranslationResources,
	string phrase,
	string resourceID,
	Regex resourceRegex
)

Parameters

rawTranslationResources
Type: System.Collections.GenericListEMTranslationResource
raw translation resource strings
phrase
Type: SystemString
phrase to resolve.
resourceID
Type: SystemString
Human readable resource ID
resourceRegex
Type: System.Text.RegularExpressionsRegex
Regex to find embedded resources.

Return Value

Type: String
the final resource string with embedded resources replaced.
See Also