all extension elements that match a namespace/localname given will be removed and replaced with the new ones. the input array can contain several different namespace/localname combinations if the passed list is NULL or empty, this will just result in additions

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public int ReplaceExtensions(

	ExtensionList newList

)
Visual Basic (Declaration)
Public Function ReplaceExtensions ( _

	newList As ExtensionList _

) As Integer
Visual C++
public:

int ReplaceExtensions(

	ExtensionList^ newList

)

Parameters

newList
Type: Google.GData.Client..::.ExtensionList
a list of xmlnodes or IExtensionElementFactory objects

Return Value

int - the number of deleted extensions

See Also