CreateDocument(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) Method

Syntax

public virtual IDocument CreateDocument(NormalizedPath source, NormalizedPath destination, IEnumerable<KeyValuePair<string, object>> items, IContentProvider contentProvider)

Parameters

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

Return Value

Type Description
IDocument