TermStoreGenericParent.AddChildCollection Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub AddChildCollection ( _
childCollection As List(Of TermStoreGenericObject) _
)
'Usage
Dim instance As TermStoreGenericParent
Dim childCollection As List(Of TermStoreGenericObject)
instance.AddChildCollection(childCollection)
public void AddChildCollection(
List<TermStoreGenericObject> childCollection
)
Parameters
- childCollection
Type: System.Collections.Generic.List<TermStoreGenericObject>