| DocumentationSourceCommentsFiles Method |
This returns a collection of XML comments files based on the specified wildcard.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static Collection<string> CommentsFiles(
string wildcard,
bool includeSubfolders
)
Public Shared Function CommentsFiles (
wildcard As String,
includeSubfolders As Boolean
) As Collection(Of String)
public:
static Collection<String^>^ CommentsFiles(
String^ wildcard,
bool includeSubfolders
)
static member CommentsFiles :
wildcard : string *
includeSubfolders : bool -> Collection<string>
Parameters
- wildcard
- Type: SystemString
The wildcard to use to find comments
files. - includeSubfolders
- Type: SystemBoolean
If true and the wildcard parameter includes wildcard characters,
subfolders will be searched as well. If not, only the top-level folder is searched.
Return Value
Type:
CollectionStringA list of XML comments files matching the wildcard
See Also