←Select platform

HasDocuments Property

Summary

Determine whether this document has children.

Syntax

C#
VB
Java
C++
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 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