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


IServerConfigurationStorage.GetFolderInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.GetFolderInfo Method
ArcGIS Developer Help

IServerConfigurationStorage.GetFolderInfo Method

[Visual Basic .NET]
Public Function GetFolderInfo ( _
    ByVal folderName As String, _
    ByRef pUpdateID As String _
) As String
[C#]
public string GetFolderInfo (
    string folderName,
    ref string pUpdateID
);
[C++]
HRESULT GetFolderInfo(
  BSTR folderName,
  System.String* pUpdateID
);
[C++]
Parameters
folderName [in]

folderName is a parameter of type BSTR pUpdateID [out]
pUpdateID is a parameter of type BSTR*

Product Availability

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

See Also

IServerConfigurationStorage Interface