DocumentationSourceCollectionAdd(String, String, String, String, Boolean) Method
Add a new item to the collection
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public DocumentationSource Add(
string filename,
string config,
string platform,
string targetFramework,
bool subFolders
)
Public Function Add (
filename As String,
config As String,
platform As String,
targetFramework As String,
subFolders As Boolean
) As DocumentationSource
public:
DocumentationSource^ Add(
String^ filename,
String^ config,
String^ platform,
String^ targetFramework,
bool subFolders
)
member Add :
filename : string *
config : string *
platform : string *
targetFramework : string *
subFolders : bool -> DocumentationSource
- filename String
- The filename to add
- config String
- The configuration to use for projects
- platform String
- The platform to use for projects
- targetFramework String
- The target framework to use for projects
- subFolders Boolean
- True to include subfolders, false to only search the top-level folder
DocumentationSourceThe
DocumentationSource added to the project or the existing item if the
filename already exists in the collection.
The
DocumentationSource constructor is internal so that we control creation
of the items and can associate them with the project.