ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperations Interface

Provides access to members for copying, deleting and renaming the dataset helper.

Product Availability

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

Description

A plug-in dataset helper can implement IPlugInFileOperations to support copy, rename and delete for feature datasets, stand-alone tables or stand-alone feature classes.

Members

Description
Method CanCopy True if this dataset can be copied.
Method CanDelete True if this dataset can be deleted.
Method CanRename True if this dataset can be renamed.
Method Copy Copies this dataset to a new dataset with the specified name.
Method Delete Deletes this dataset.
Method Rename Renames this dataset.

Remarks

If your implementation does not support one of Copy, Rename or Delete, be sure to return E_NOTIMPL from the method, as the ArcGIS framework does not guarantee calling CanCopy, CanRename or CanDelete before these methods.

See Also

IPlugInFileOperationsClass Interface