DataConnectionFileCollection.Remove method (String)

Removes a data connection file from the collection.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Sub Remove ( _
    leafFileName As String _
)
'Usage
Dim instance As DataConnectionFileCollection
Dim leafFileName As String

instance.Remove(leafFileName)
public void Remove(
    string leafFileName
)

Parameters

  • leafFileName
    Type: System.String

    The location of the data connection file.

See also

Reference

DataConnectionFileCollection class

DataConnectionFileCollection members

Remove overload

Microsoft.Office.InfoPath.Server.Administration namespace