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.3.0.0 (23.3.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: IEnumerableFileInfoThe subset of the [!:fileInfos], where the subset contains the file information, from which parts can be composed.
See Also