Click or drag to resize
StrandsApiClientGetAvailableEmailTemplates Method
Gets names of all available email templates for given API ID from Strands API.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<string> GetAvailableEmailTemplates()

Return Value

Type: IEnumerableString
Collection containing names of all available email templates
See Also