BuildMaster SDK Reference
Version:
GetLabeled(string label, string sourcePath, string targetPath) Method
When implemented in a derived class, retrieves labeled
source code from the provider's source path into the target path.
Syntax
public
abstract
void GetLabeled(string label, string sourcePath, string targetPath)
Parameters
- label
- Type: string
Label of source files to get.
- sourcePath
- Type: string
Provider source path.
- targetPath
- Type: string
Target file path.