hasDocuments Property

Summary

Determine whether this document has children.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'hasDocuments', 
	get: function() 
) 
TypeScript Syntax
hasDocuments: boolean; // read-only 

Property Value

true if this document has children; otherwise, false.

Remarks

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

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