ArcObjects Library Reference (Server)  

IEnumServerDirectoryInfo.Next Method

Returns the next ServerDirectoryInfo in the enumeration.

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

Parameters

nextInfo [out, retval]

  nextInfo is a parameter of type IServerDirectoryInfo

Product Availability

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

See Also

IEnumServerDirectoryInfo Interface