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

public ICollection<InformationChannel> Find(
	string eqlFilter
)

Return Value

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