This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceExtension Interface > IWorkspaceExtension.PrivateDatasetNames Property (ArcObjects .NET 10.5 SDK) |
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
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.