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


IWorkspaceHelper Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceHelper Interface

Provides access to members that allow you to get a reference to a Workspace from a Workspace Extension.

Product Availability

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

Members

Description
Read-only property Workspace The workspace for this workspace helper.

CoClasses that implement IWorkspaceHelper

CoClasses and Classes Description
WorkspaceHelper Esri Workspace Helper.

Remarks

The IWorkspaceHelper interface is implemented by a WorkspaceHelper object. A WorkspaceHelper object holds a weak reference to a Workspace. Use of a workspace helper object allows a Workspace to hold references to a set of workspace extensions, each of which can hold a back reference to the workspace via a workspace helper.

See Also

IWorkspace Interface

.NET Samples

Extending the replication synchronization process (Code Files: RasterSyncWorkspaceExtension)

.NET Related Topics

Creating workspace extensions | Using replica creation events to extend the replica creation process