Table of Contents

TransformationArgument.Content Property

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This is used to get or set the argument's content for complex arguments

public XElement Content { get; set; }

Property Value

XElement

Remarks

If set to a non-null value, the value of the Value property is ignored. The Value property takes precedence if both are set. The root element name is not relevant. Only the content is significant and will be used.