Alloy.Models.ViewModels.PageListModel.PageListModel C# (CSharp) Method

PageListModel() public method

public PageListModel ( PageListBlock block ) : System.Collections.Generic
block Alloy.Models.Blocks.PageListBlock
return System.Collections.Generic
        public PageListModel(PageListBlock block)
        {
            Heading = block.Heading;
            ShowIntroduction = block.IncludeIntroduction;
            ShowPublishDate = block.IncludePublishDate;
        }
PageListModel