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


IWorkspaceExtensionManager.RegisterExtension Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceExtensionManager.RegisterExtension Method

Registers this workspace extension with the database making it required for successful connection to this database.

[Visual Basic .NET]
Public Sub RegisterExtension ( _
    ByVal Name As String, _
    ByVal GUID As UID _
)
[C#]
public void RegisterExtension (
    string Name,
    UID GUID
);
[C++]
HRESULT RegisterExtension(
  BSTR Name,
  IUID* GUID
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR GUID [in]
GUID is a parameter of type IUID

Product Availability

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

See Also

IWorkspaceExtensionManager Interface

.NET Samples

Extending the replication synchronization process (Code Files: RegisterExtension)

.NET Related Topics

Creating workspace extensions