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


IServerDirectory3.CanAddNew 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.CanAddNew Property
ArcGIS Developer Help

IServerDirectory3.CanAddNew Property

Indicates whether we can add a new server directory of this type.

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

pCanAddNew is a parameter of type bool*

Product Availability

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

See Also

IServerDirectory3 Interface