methodName Property

Summary

The name of the service call that caused the Document Library error.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'methodName', 
   get: function() 
) 
readonly methodName: string; 

Property Value

null if no jqXHR object was provided; otherwise, the name of the method that made a call to the Document Library Service.

Remarks

The MethodName value is parsed and made a property within the ParseError method.

See ServiceError or Promises in the Document Library Service for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly