RecurringObjectIsRecurring Property

This can be used to see if an item has recurrence information

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsRecurring { get; }

Property Value

Boolean
It returns true if any recurrence rules, exception rules, recurrence dates, or exception dates are defined. It returns false if none of those items have been specified.

See Also