SnapDotNet.Apps.Notifications.TileContent.TileNotificationBase.TileNotificationBase C# (CSharp) Method

TileNotificationBase() public method

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