Click or drag to resize

PeriodFilter Enumeration

Specifies the scope of the process.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public enum PeriodFilter
Members
  Member nameValueDescription
All0 Processes all selected costs regardless of their status. Processes applies to historical data.
Remaining1 Processes from the status date forward without changing historical data.
DateRange2 Processes from the set date range. You must specify the StartDateLabel and EndDateLabel settings if you use this value.
See Also