This document is archived and information here might be outdated. Recommended version. |
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.