[This is preliminary documentation and is subject to change.]

Updates the meta child object

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UpdateMetaChildObjects(
	MetaConstants..::.MetaEntity me,
	int metaId,
	ArrayList arr
)
Visual Basic (Declaration)
Public Function UpdateMetaChildObjects ( _
	me As MetaConstants..::.MetaEntity, _
	metaId As Integer, _
	arr As ArrayList _
) As Integer
Visual C++
public:
int UpdateMetaChildObjects(
	MetaConstants..::.MetaEntity me, 
	int metaId, 
	ArrayList^ arr
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
metaId
Type: System..::.Int32
The unique meta id, usually the group id
arr
Type: System.Collections..::.ArrayList
The child object array

Return Value

negative if failed, else succeeded

See Also