FileCreatedEventArgs Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public FileCreatedEventArgs(
	string groupId,
	string componentId,
	string key,
	string filePath,
	bool isContentFile
)

Parameters

groupId  String
The group ID of the component
componentId  String
The component ID
key  String
The topic key
filePath  String
The path to the saved file
isContentFile  Boolean
True if the saved file is a help content file, false if not

See Also