TransformationArgument(String, Boolean, Boolean, String, XElement) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public TransformationArgument(
	string key,
	bool isForConceptualBuild,
	bool isForReferenceBuild,
	string description,
	XElement content
)

Parameters

key  String
The transformation argument key name
isForConceptualBuild  Boolean
True if used in conceptual builds, false if not
isForReferenceBuild  Boolean
True if used in reference builds, false if not
description  String
A description of the transformation argument
content  XElement
The default content of the argument

See Also