Click or drag to resize

GetUserTimeOffRequestInIgnoreDeletedRequests Property

Ignores requests that have been deleted

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

Property Value

Boolean
Remarks
Ignores requests that have been deleted. When any of the GetUserTimeOffRequestDetailModel items IsDeleted property is set to true then the detail item will not be returned as part of the result set.

Note  Note
This value should be set to true unless you want to specifically see items that have been marked as deleted by the employee. Keeping this value enabled can effect the performance of the service request.
Example
true/false
See Also