Skip to content

New

Creates a new document in repository and returns a document instance.

1
$Documents.New(title: string, contentType: string):Document

Parameters

string title
    of document

string contentType
    of document

See Also