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


IRemoteMetadataName.IsFolder Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.IsFolder Property
ArcGIS Developer Help

IRemoteMetadataName.IsFolder Property

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(
  Boolean* pIsFolder
);
[C++]
Parameters
pIsFolder [in]

pIsFolder is a parameter of type bool pIsFolder [out, retval]
pIsFolder is a parameter of type bool*

Product Availability

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

See Also

IRemoteMetadataName Interface