IfThenComponentGroupId Property

This is used to set an optional group ID for use with component events

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override string GroupId { get; set; }

Property Value

String
If not overridden, the default group ID is null (no group)

Remarks

This sets a unique group ID for each branch

See Also