←Select platform

HasDocuments Property

Summary

Determine whether this document has children.

Syntax
C#
VB
C++
Java
public bool HasDocuments { get; } 
Public ReadOnly Property HasDocuments() As Boolean 
   Get 
public:  
   property bool HasDocuments 
   { 
      bool get() 
   } 
public boolean hasDocuments() 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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