SearchCriteriaExtent
public enum SearchCriteriaExtent
This enum specifies what kind of results we want from the search.
-
Only return Meeting objects.
Declaration
Swift
case MeetingsOnly
-
Only return Format objects (Formats will be only those used in the specific meetings returned in the search).
Declaration
Swift
case FormatsOnly
-
Return both types of objects (The delagate callback will be called for each type).
Declaration
Swift
case BothMeetingsAndFormats