Click or drag to resize

UpdateUserScheduleInAutoAdd Property

If the schedule does not exist then automatically add it

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool AutoAdd { get; set; }

Property Value

Boolean
Remarks
If the schedule does not exist then automatically add it.

Caution note  Caution
Submitting a schedule that already exists for an employee with same data ranges with AutoAdd enabled will result in an error.
Example
true/false
See Also