Skip to content

Get

Returns a document instance from the repository if found; otherwise, returns null.

1
$Documents.Get(id: string):Document

Parameters

string id
    The ID of the document.

See Also