ApiMemberChildElements Property

This read-only property returns an enumerable list of child element IDs for those topics that have them

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IEnumerable<string> ChildElements { get; }

Property Value

IEnumerableString

See Also