SnapDotNet.Apps.Notifications.TileContent.TileContentFactory.CreateTileWide310x150PeekImageCollection01 C# (CSharp) Method

CreateTileWide310x150PeekImageCollection01() public static method

Creates a tile content object for the TileWide310x150PeekImageCollection01 template.
public static CreateTileWide310x150PeekImageCollection01 ( ) : ITileWide310x150PeekImageCollection01
return ITileWide310x150PeekImageCollection01
                public static ITileWide310x150PeekImageCollection01 CreateTileWide310x150PeekImageCollection01()
                {
                    return new TileWide310x150PeekImageCollection01();
                }
Notifications.TileContent.TileContentFactory