FileCreatedEventArgs Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponentsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public FileCreatedEventArgs(
string groupId,
string componentId,
string key,
string filePath,
bool isContentFile
)
Public Sub New (
groupId As String,
componentId As String,
key As String,
filePath As String,
isContentFile As Boolean
)
public:
FileCreatedEventArgs(
String^ groupId,
String^ componentId,
String^ key,
String^ filePath,
bool isContentFile
)
new :
groupId : string *
componentId : string *
key : string *
filePath : string *
isContentFile : bool -> FileCreatedEventArgs
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