ArcObjects Library Reference (Display)  

IStyleGalleryStorage.RemoveFile Method

Removes a file from the Style Gallery.

[Visual Basic .NET]
Public Sub RemoveFile ( _
    ByVal path As String _
)
[C#]
public void RemoveFile (
    string path
);
[C++]
HRESULT RemoveFile(
  BSTR path
);
[C++]

Parameters

path [in]   path is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryStorage Interface