AssemblyUtilitiesGetPartComposableFiles Method
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.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static IEnumerable<FileInfo> GetPartComposableFiles(
IEnumerable<FileInfo> fileInfos,
params Object[] attributedParts
)
Public Shared Function GetPartComposableFiles (
fileInfos As IEnumerable(Of FileInfo),
ParamArray attributedParts As Object()
) As IEnumerable(Of FileInfo)
public:
static IEnumerable<FileInfo^>^ GetPartComposableFiles(
IEnumerable<FileInfo^>^ fileInfos,
... array<Object^>^ attributedParts
)
static member GetPartComposableFiles :
fileInfos : IEnumerable<FileInfo> *
attributedParts : Object[] -> IEnumerable<FileInfo>
- fileInfos IEnumerableFileInfo
- The file information, which will be analyzed by the method.
- attributedParts Object
- An array of attributed objects to compose.
IEnumerableFileInfoThe subset of the
[!:fileInfos], where the subset contains the file information, from which parts can be composed.