Share via


ContentImporter.UpdateContents Method (IList<Content>, IList<Content>)

 

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

protected static void UpdateContents(
    IList<Content> dst,
    IList<Content> src
)
protected:
static void UpdateContents(
    IList<Content^>^ dst,
    IList<Content^>^ src
)
Protected Shared Sub UpdateContents (
    dst As IList(Of Content),
    src As IList(Of Content)
)

Parameters

See Also

ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top