ArcObjects Library Reference (GeoDatabase)  

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** ppPrivateNames
);
[C++]

Parameters

dtype [in]

  dtype is a parameter of type esriDatasetType

ppPrivateNames [out, retval]

  ppPrivateNames 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