Click or drag to resize

deliveryUnitItemCollectioncontainsItemFromSourcefile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the collection contains item with the same sourcefile path.

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public bool containsItemFromSourcefile(
	FileInfo sourceFileInfo
)
Request Example View Source

Parameters

sourceFileInfo
Type: System.IOFileInfo
The source file information.

Return Value

Type: Boolean
true if [contains item from sourcefile] [the specified source file information]; otherwise, false.
See Also