IgnitionQueryRequest Class
Represents a request to query NetFORUM data
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class IgnitionQueryRequest
Public Class IgnitionQueryRequest
public ref class IgnitionQueryRequest
type IgnitionQueryRequest = class end
- Inheritance
- Object IgnitionQueryRequest
EntityType |
Type of entity to retrieve
|
Filter |
FQL-based filter to limit the query results
|
PageNumber |
If paging results, which zero-based page to return; otherwise 0
|
PageSize |
If paging results, the number of results to return in a page; otherwise 0
|
SubEntityFetchPlan |
Fetch plan describing how sub-entities should be retrieved
|