PublicAPI.Docflow.Objects.DocumentVersionCrypto.Find ELMA API Documentation
Find objects according to the filter in the EQL language
 
 
Syntax

public ICollection<DocumentVersionCrypto> Find(
	string eqlFilter
)

Return Value

Type: ICollection DocumentVersionCrypto 
List of Found Objects
Examples

//documents - list of documents, which meet the filter fetch condition 
var documents = PublicAPI.Docflow.Document.Find("Folder = 35 and Name = 'Document dated 10.07.1991'");
See Also