←Select platform

HasDocuments Property

Summary

Determine whether this document has children.

Syntax
C#
C++/CLI
Java
Python
public bool HasDocuments { get; } 
public:  
   property bool HasDocuments 
   { 
      bool get() 
   } 
public boolean hasDocuments() 
HasDocuments # get  (LEADDocument) 

Property Value

true if this document has children; otherwise, false.

Remarks

HasDocuments is the equivalant of checking whether the value of the [System.Collections.Generic.ICollection1.Count](https://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection1.Count.aspx) of LEADDocument.Documents is zero.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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