<Code Lib>
2027 Method
Changes 0
M

ScheduleDefinition.CanFilterByParameterExistence

Description:
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.

public bool CanFilterByParameterExistence(
	ScheduleFieldId fieldId
)

Return Value Boolean True if the field can be used with a HasParameter filter, false otherwise.

Loading…