This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.IsFolder Property (ArcObjects .NET 10.4 SDK) |
Indicates whether this metadata document is a folder.
[Visual Basic .NET] Public Property isFolder As Boolean
[C#] public bool isFolder {get; set;}
[C++]
HRESULT get_isFolder(
VARIANT_BOOL* pIsFolder
);
[C++]
HRESULT put_isFolder(
VARIANT_BOOL pIsFolder
);
[C++]
Parameters pIsFolder [out, retval] pIsFolder is a parameter of type VARIANT_BOOL pIsFolder [in] pIsFolder is a parameter of type VARIANT_BOOL