Click or drag to resize
Sandcastle Help File BuilderContentFileEditorActualArguments Method
Substitute actual values for the macro place holders

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string ActualArguments(
	string contentItem,
	string projectFile
)

Parameters

contentItem
Type: SystemString
The content item
projectFile
Type: SystemString
The current project file

Return Value

Type: String
A string containing the actual arguments to pass to the editor application.
See Also