XmlCommentsFileCollectionCommentFileList Method

Returns a list of the comment file paths in a format suitable for inserting into a Sandcastle configuration file.

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string CommentFileList(
	string workingFolder
)

Parameters

workingFolder  String
The working folder path

Return Value

String
The comment file list XML tags

See Also