ArcObjects Library Reference (EditorExt)  

IObjectLoaderUIProperties.DeleteSourceFullName Method

Delete a data source from the list of sources.

[Visual Basic .NET]
Public Sub DeleteSourceFullName ( _
    ByVal sourceName As IName _
)
[C#]
public void DeleteSourceFullName (
    IName sourceName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IObjectLoaderUIProperties Interface