Click or drag to resize

ProductCopyIncludeExcludePaths Method


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

Parameters

paths  IEnumerableString
 
buildInstance  ProductBuildInstance
 
progressRange  Range
 
See Also