DocumentationSourceAssemblies Property

This read-only property returns an enumerable list of assemblies based on the current settings

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IEnumerable<string> Assemblies { get; }

Return Value

IEnumerableString
An enumerable list of assemblies matching the SourceFile path. Sub-folders are only included if IncludeSubFolders is set to true.

See Also