[This is preliminary documentation and is subject to change.]
The Status of a Capa record.
Namespace:
QPulseWebServices.Contracts.DataAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum CapaStatusQueryCriteria |
Members
| Member name | Description | |
|---|---|---|
| Any |
Return Capa records of Any Status. i.e. include all Capa records in the search
| |
| Open |
Return only Capa records that are open
| |
| Closed |
Return only Capa records that have been closed
| |
| Pending |
Return only Capa records that are pending
|