Documentation > Services API > ServicesTMF > GetNotificationEmails(Asset,String)

GetNotificationEmails

Returns comma delimited list of email addresses from local, language and site configs for a page

public System.String GetNotificationEmails(Asset,String)


Returns

Comma delimited string

Parameters

NameDescriptionType
asset Asset that has owner(s) CrownPeak.CMSAPI.Asset
sitePath _TMF folder path System.String

Code Example

C#

Sample:

            string notifEmails = ServicesTMF.GetNotificationEmails( asset,  sitePath);
            

Connect with Crownpeak