BuildComponentCoreGroupId Property

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

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public virtual string GroupId { get; set; }

Property Value

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

See Also