Clone(IDocument, NormalizedPath, string, string) Method
Clones this document.
Namespace
Statiq.Common
Containing Type
IDocumentCloneExtensions

Syntax

public static IDocument Clone(this IDocument document, NormalizedPath destination, string content, string mediaType = null)

Parameters

Name Type Description
document IDocument The document.
destination NormalizedPath The new destination or null to keep the existing destination.
content string The new content.
mediaType string The media type of the content.

Return Value

Type Description
IDocument A new document of the same type as this document.