Delete's all Extensions from the Extension list that match a localName and a Namespace.

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

Syntax

C#
public int DeleteExtensions(

	string localName,

	string ns

)
Visual Basic (Declaration)
Public Function DeleteExtensions ( _

	localName As String, _

	ns As String _

) As Integer
Visual C++
public:

virtual int DeleteExtensions(

	String^ localName, 

	String^ ns

) sealed

Parameters

localName
Type: System..::.String
the local name to find
ns
Type: System..::.String
the namespace to match, if null, ns is ignored

Return Value

int - the number of deleted extensions

Implements

IExtensionContainer..::.DeleteExtensions(String, String)

See Also