| GetUserTimeOffRequestInIgnoreDeletedRequests Property |  | 
                Ignores requests that have been deleted
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool IgnoreDeletedRequests { get; set; }function get_IgnoreDeletedRequests();
function set_IgnoreDeletedRequests(value);
Property Value
Boolean Remarks
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 | 
|---|
| 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
Exampletrue/false
 See Also
See Also