isLocalResource Property (original) (raw)
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
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.