AssemblyUtilitiesGetPartComposableFiles Method

Scanjour Workflow4 Reference Manual
Passes all provided file information. For each of the files, it is determined, whether parts can be composed (MEF) from the file.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static IEnumerable<FileInfo> GetPartComposableFiles(
	IEnumerable<FileInfo> fileInfos,
	params Object[] attributedParts
)

Parameters

fileInfos
Type: System.Collections.GenericIEnumerableFileInfo
The file information, which will be analyzed by the method.
attributedParts
Type: SystemObject
An array of attributed objects to compose.

Return Value

Type: IEnumerableFileInfo
The subset of the [!:fileInfos], where the subset contains the file information, from which parts can be composed.
See Also

Reference