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

Leadtools.Document Assembly