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


IConfigurationFactory3.OnRename Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IConfigurationFactory3.OnRename Method

Is called when configuration is renamed.

[Visual Basic .NET]
Public Function OnRename ( _
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal props As IPropertySet _
) As IPropertySet
[C#]
public IPropertySet OnRename (
    IServerObjectAdmin pAdmin,
    IPropertySet props
);
[C++]
HRESULT OnRename(
  IServerObjectAdmin* pAdmin,
  IPropertySet* props,
  IPropertySet** ppNewProps
);
[C++]

Parameters pAdmin [in]
pAdmin is a parameter of type IServerObjectAdmin props [in]
props is a parameter of type IPropertySet ppNewProps [out, retval]
ppNewProps is a parameter of type IPropertySet

Product Availability

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

See Also

IConfigurationFactory3 Interface