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


IStyleGalleryStorage.CanUpdate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.CanUpdate Property
ArcGIS Developer Help

IStyleGalleryStorage.CanUpdate Property

Indicates if the specified file can be updated.

[Visual Basic .NET]
Public Function get_CanUpdate ( _
    ByVal path As String _
) As Boolean
[C#]
public bool get_CanUpdate (
    string path
);
[C++]
HRESULT get_CanUpdate(
  BSTR path,
  Boolean* CanUpdate
);
[C++]
Parameters
path [in]

path is a parameter of type BSTR CanUpdate [out, retval]
CanUpdate is a parameter of type bool*

Product Availability

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

Description

Boolean that indicates if the specfied file has write access or is flagged as read-only.

See Also

IStyleGalleryStorage Interface