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


IWorkspaceExtension.PrivateDatasetNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtension Interface > IWorkspaceExtension.PrivateDatasetNames Property
ArcGIS Developer Help

IWorkspaceExtension.PrivateDatasetNames Property

The private datasets that should not be exposed to browsers.

[Visual Basic .NET]
Public Function get_PrivateDatasetNames ( _
    ByVal dtype As esriDatasetType _
) As IEnumBSTR
[C#]
public IEnumBSTR get_PrivateDatasetNames (
    esriDatasetType dtype
);
[C++]
HRESULT get_PrivateDatasetNames(
  esriDatasetType dtype,
  IEnumBSTR** privateNames
);
[C++]
Parameters
dtype [in]

dtype is a parameter of type esriDatasetType privateNames [out, retval]
privateNames is a parameter of type IEnumBSTR**

Product Availability

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

Remarks

The PrivateDatasetNames and DataDictionaryNames properties return the names of tables and datasets that are private to the extension and will not be exposed by the workspace to browsing clients.

See Also

IWorkspaceExtension Interface