This is used to get or set the parameters to pass to the application.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public string Arguments { get; set; }
Visual Basic
Public Property Arguments As String
	Get
	Set

Property Value

Type: String

Remarks

The following macros can be used to subsitute item and path values into the argument string.
Macro NameValue Used
$ContentItemThe full path to the content item to be edited
$ProjectFileThe fully qualified path and filename of the current project.
$ProjectFolderThe fully qualified path to the current project.

The macro names are case-insensitive. Enclose arguments in double quotes if they may contain spaces.

See Also