Click or drag to resize

IImetaCollectiondiscoverCommonParent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Discovers the common parent or sets the one provided in arguments

Namespace:  imbSCI.Reporting.meta
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
IMetaContentNested discoverCommonParent(
	IMetaContentNested __parent = null
)
Request Example View Source

Parameters

__parent (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested
The parent.

Return Value

Type: IMetaContentNested
Exceptions
ExceptionCondition
[!:aceReportException]Can't discover the parent when the collection is empty!! - null - discoverCommonParent exception
See Also