ComponentPlacementId Property

This read-only property returns the ID of the component related to the PlacementAction if applicable.

Definition

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

Property Value

String
This only has meaning for the Before, After, and ReplacePlacementAction.

See Also