Table of Contents

Method Format

Namespace
Sccg.Core
Assembly
Sccg.dll

Format(IEnumerable<ISourceItem>, BuilderQuery)

Formats to IContent from the collection of ISourceItem.

IContent Format(IEnumerable<ISourceItem> items, BuilderQuery query)

Parameters

items IEnumerable<ISourceItem>

A collection of ISourceItem collected from all sources.

query BuilderQuery

The means of accessing other formatters, etc.

Returns

IContent

It is passed to IWriter to write some formatted content.