This document is archived and information here might be outdated.  Recommended version.


IObjectLoaderUIProperties.DeleteSourceFullName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IO > IObjectLoaderUIProperties Interface > IObjectLoaderUIProperties.DeleteSourceFullName Method
ArcGIS Developer Help

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