Click or drag to resize

IOperationServiceTryGetDocumentById Method

Returns document by id or null if document with specified id doesn't exist.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDocument TryGetDocumentById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: IDocument
See Also