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


IServerConfigurationStorage.GetUpdateIDs 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.GetUpdateIDs Method
ArcGIS Developer Help

IServerConfigurationStorage.GetUpdateIDs Method

[Visual Basic .NET]
Public Sub GetUpdateIDs ( _
    ByRef pServerUpdateID As String, _
    ByRef pServicesUpdateID As String, _
    ByRef pFoldersUpdateID As String, _
    ByRef pPermissionsUpdateID As String, _
    ByRef pLogUpdateID As String, _
    ByRef pGDBUpdateID As String _
)
[C#]
public void GetUpdateIDs (
    ref string pServerUpdateID,
    ref string pServicesUpdateID,
    ref string pFoldersUpdateID,
    ref string pPermissionsUpdateID,
    ref string pLogUpdateID,
    ref string pGDBUpdateID
);
[C++]
HRESULT GetUpdateIDs(
  System.String* pServerUpdateID,
  System.String* pServicesUpdateID,
  System.String* pFoldersUpdateID,
  System.String* pPermissionsUpdateID,
  System.String* pLogUpdateID,
  System.String* pGDBUpdateID
);
[C++]
Parameters
pServerUpdateID [out]

pServerUpdateID is a parameter of type BSTR* pServicesUpdateID [out]
pServicesUpdateID is a parameter of type BSTR* pFoldersUpdateID [out]
pFoldersUpdateID is a parameter of type BSTR* pPermissionsUpdateID [out]
pPermissionsUpdateID is a parameter of type BSTR* pLogUpdateID [out]
pLogUpdateID is a parameter of type BSTR* pGDBUpdateID [out]
pGDBUpdateID is a parameter of type BSTR*

Product Availability

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

See Also

IServerConfigurationStorage Interface