Click or drag to resize
Sandcastle Help File BuilderContentFileEditorArguments Property
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: 2014.11.22.0
Syntax
public string Arguments { 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