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


IEnumServerDirectory.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IEnumServerDirectory.Next Method

Returns the next ServerDirectory in the enumeration.

[Visual Basic .NET]
Public Function Next ( _
) As IServerDirectory
[C#]
public IServerDirectory Next (
);
[C++]
HRESULT Next(
  IServerDirectory** Next
);
[C++]

Parameters Next [out, retval]
Next is a parameter of type IServerDirectory

Product Availability

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

See Also

IEnumServerDirectory Interface