SnapDotNet.Apps.Notifications.ToastContent.ToastNotificationBase.ToastNotificationBase C# (CSharp) Method

ToastNotificationBase() public method

public ToastNotificationBase ( string templateName, int imageCount, int textCount ) : Windows.Data.Xml.Dom
templateName string
imageCount int
textCount int
return Windows.Data.Xml.Dom
                public ToastNotificationBase(string templateName, int imageCount, int textCount)
                    : base(templateName: templateName, fallbackName: null, imageCount: imageCount, textCount: textCount)
                {
                }