Determine whether this document has children.
public bool HasDocuments { get; }
Public ReadOnly Property HasDocuments() As Boolean
Get
public:
property bool HasDocuments
{
bool get()
}
public boolean hasDocuments()
true if this document has children; otherwise, false.
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.ICollection
1.Count.aspx) of
Document.Documents is zero.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET