Click or drag to resize

metaCollectionTAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Method to register new page in collection - you must get new instance from parent object

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

Parameters

newChild
Type: imbSCI.Core.interfacesIMetaContentNested
__parent (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested

Return Value

Type: Int32

Implements

IImetaCollectionAdd(IMetaContentNested, IMetaContentNested)
See Also