logErrors Property

Summary

Indicate whether errors should be logged to the console.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentFactory.prototype, 'logErrors', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
static logErrors: boolean; 

Property Value

true if errors should be logged to the JavaScript "console" object; otherwise, false. Default value is true.

Remarks

When the value of LogErrors is set to true (the default value), then the library will log the description message of any errors that may occur from calling the Documents service to the JavaScript "console" object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly