ScheduleDefinition.CanFilterByParameterExistence
Method
Description:
Checks whether a field can be used with a HasParameter filter.
Checks whether a field can be used with a HasParameter filter.
Remarks:
The HasParameter filter type only supports shared parameters, and only with the Instance or ElementType field types.
The HasParameter filter type only supports shared parameters, and only with the Instance or ElementType field types.
Parameters
| Parameter | Type | Description |
|---|---|---|
| fieldId | ScheduleFieldId | The ID of the field to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the field can be used with a HasParameter filter, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | fieldId is not the ID of a field in this ScheduleDefinition. |
| ArgumentNullException | A non-optional argument was null |