Click or drag to resize
RetriveCustomObjectsWithFilter Properties

The RetriveCustomObjectsWithFilter type exposes the following members.

Properties
  NameDescription
Public propertyCount
Count search results. Response will contain only count of records found.
(Inherited from ListRequest.)
Public propertyFilter (Inherited from BaseRequestSettings.)
Public propertyHeaders
Возвращает коллекцию хедеров и их значений.
(Inherited from BaseRequestSettings.)
Public propertyLimit
Limit search results to N records. Useful for pagination. Default value - 100.
(Inherited from ListRequest.)
Public propertySkip
Skip N records in search results. Useful for pagination. Default (if not specified): 0.
(Inherited from ListRequest.)
Top
See Also