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


IServerDirectory3.CanEdit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory3 Interface > IServerDirectory3.CanEdit Property
ArcGIS Developer Help

IServerDirectory3.CanEdit Property

Indicates whether this server directory can be edited.

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

pCanEdit is a parameter of type bool*

Product Availability

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

See Also

IServerDirectory3 Interface