hasDocuments Property

Summary

Determine whether this document has children.

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

Property Value

true if this document has children; otherwise, false.

Remarks

HasDocuments is the equivalent of checking whether the value of the Count of LEADDocument.Documents is zero.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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