Midway.ServiceClient.Client.GetDocumentEntries C# (CSharp) Method

GetDocumentEntries() public method

Получить список вхождений документов
public GetDocumentEntries ( DocumentEntryOptions options ) : DocumentEntryList
options DocumentEntryOptions параметры поиска/фильтрации вхождений документов
return DocumentEntryList
        public DocumentEntryList GetDocumentEntries(DocumentEntryOptions options)
        {
            return CheckAutorizedInvoke(() => client.GetDocumentEntries(Token, options));
        }
Client