PublicAPI.Portal.Objects.Content.FilterActionLink.Find ELMA API Documentation
Find objects according to the filter in the EQL language
 
 
Syntax

public ICollection<FilterActionLink> Find(
	string eqlFilter
)

Return Value

Type: ICollection FilterActionLink 
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