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


IServerDirectory3.CanDelete Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerDirectory3.CanDelete Property

Indicates whether this server directory can be deleted.

[Visual Basic .NET]
Public ReadOnly Property CanDelete As Boolean
[C#]
public bool CanDelete {get;}
[C++]
HRESULT get_CanDelete(
  VARIANT_BOOL* pCanDelete
);
[C++]

Parameters pCanDelete [out, retval] pCanDelete is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IServerDirectory3 Interface