GenerateFeeds.

WithRdfPath(ContextConfig) Method

Summary

Sets the path to the generated RDF file. The default behavior is not to generate a RDF feed.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithRdfPath(ContextConfig rdfPath)

Parameters

Name Type Description
rdfPath ContextConfig A delegate that should return a Wyam.Common.IO.FilePath for the RDF path. If the delegate is null or returns null, no RDF file will be generated.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub