Gets a value indicating if the item has child items.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean
Get
public:
property bool HasChildren {
bool get ();
}
member HasChildren : bool with get
Property Value
Type:
Boolean
See Also