isLocalResource Property

Summary

Indicates that the source of this Ajax is an attempt to load a local resource by the document toolkit instead of a call to the document service.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrepareAjaxEventArgs.prototype, 'isLocalResource', 
   get: function() 
) 
readonly isLocalResource: boolean; 

Property Value

true if the source of this Ajax is an attempt to load a local resource by the document toolkit; otherwise, false and the source of this Ajax call is an attempt to call the document service. The default value is false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.