Click or drag to resize

ProductCopyIncludeExcludePaths Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void CopyIncludeExcludePaths(
	IEnumerable<string> paths,
	ProductBuildInstance buildInstance,
	Range progressRange
)

Parameters

paths  IEnumerableString
 
buildInstance  ProductBuildInstance
 
progressRange  Range
 
See Also