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

public ICollection<MarketingGroup> Find(
	string eqlFilter
)

Return Value

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