Get¶
Returns a document instance from the repository if found; otherwise, returns null.
$Documents.Get(id: string):Document (Document)
Parameters¶
string id
The ID of the document.
Returns a document instance from the repository if found; otherwise, returns null.
$Documents.Get(id: string):Document (Document)
string id
The ID of the document.