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


IPlugInMetadata.CanEditMetadata Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadata Interface > IPlugInMetadata.CanEditMetadata Property
ArcGIS Developer Help

IPlugInMetadata.CanEditMetadata Property

Indicates if the metadata for the indicated dataset currently writable.

[Visual Basic .NET]
Public ReadOnly Property CanEditMetadata As Boolean
[C#]
public bool CanEditMetadata {get;}
[C++]
HRESULT get_CanEditMetadata(
  Boolean* CanEdit
);
[C++]
Parameters
CanEdit [out, retval]

CanEdit is a parameter of type bool*

Product Availability

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

Description

Returns true if the metadata is currently editable. This implies that a call to put_Metadata is expected to succeed.

See Also

IPlugInMetadata Interface