TopicTransformationCoreAddTransformationArgument Method

Add a new transformation argument

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddTransformationArgument(
	TransformationArgument argument
)

Parameters

argument  TransformationArgument
The transformation argument information

Exceptions

ArgumentExceptionThis is thrown if a transformation argument already exists for the new argument's name.

See Also