Click or drag to resize

ProductCopyIncludeExcludePaths Method

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

Parameters

paths
Type: System.Collections.GenericIEnumerableString
buildInstance
Type: NeoAxis.EditorProductBuildInstance
progressRange
Type: NeoAxisRange
See Also