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

Gets the child objects for the metadata

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

Syntax

C#
public List<BusinessConstants..::.ObjectType> GetMetaChildObjects(
	MetaConstants..::.MetaEntity me,
	int metaId
)
Visual Basic (Declaration)
Public Function GetMetaChildObjects ( _
	me As MetaConstants..::.MetaEntity, _
	metaId As Integer _
) As List(Of BusinessConstants..::.ObjectType)
Visual C++
public:
List<BusinessConstants..::.ObjectType>^ GetMetaChildObjects(
	MetaConstants..::.MetaEntity me, 
	int metaId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
metaId
Type: System..::.Int32
The unique meta id, usually the group id

Return Value

The list of the child objects

See Also