hasDocuments Property (Document)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize