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


IRemoteMetadataName.IsPrivateDocument 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.IsPrivateDocument Property
ArcGIS Developer Help

IRemoteMetadataName.IsPrivateDocument Property

Indicates whether this metadata document is private.

[Visual Basic .NET]
Public Property IsPrivateDocument As Boolean
[C#]
public bool IsPrivateDocument {get; set;}
[C++]
HRESULT get_IsPrivateDocument(
  VARIANT_BOOL pIsPrivate
);
[C++]
HRESULT put_IsPrivateDocument(
  Boolean* pIsPrivate
);
[C++]
Parameters
pIsPrivate [in]

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

Product Availability

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

See Also

IRemoteMetadataName Interface