CloneOrCreateDocument(IDocumentFactory, IDocument, NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) Method

Syntax

public static IDocument CloneOrCreateDocument(this IDocumentFactory documentFactory, IDocument document, in NormalizedPath source, in NormalizedPath destination, IEnumerable<KeyValuePair<string, object>> items, IContentProvider contentProvider = null)

Parameters

Name Type Description
documentFactory IDocumentFactory
document IDocument
source NormalizedPath
destination NormalizedPath
items IEnumerable<KeyValuePair<string, object>>
contentProvider IContentProvider

Return Value

Type Description
IDocument