'Declaration Public ReadOnly Property HasContentItems As System.Boolean
public System.bool HasContentItems {get;}
Note that even if there are no associated content items, accessing ContentItems will initialize it, so using this property is recommended when checking whether an element has any associated content items.
'Declaration Public ReadOnly Property HasContentItems As System.Boolean
public System.bool HasContentItems {get;}